Skip to content

Dev

  • managed by poetry and invoke as a task launcher
  • poetry run invoke --list to see available tasks (linting, unit tests, reformating...):
Available tasks:

  apidoc         Make API doc
  bump-version
  clean          Clean the repository
  doc            Make user documentation
  docs
  lint           Lint the code with all linters
  lint-black     Lint the code with black
  lint-mypy      Lint the code with mypy
  lint-ruff      Lint the code with ruff
  readme
  serve-doc      Serve the user documentation (dev mode)
  test           Execute unit tests

Coverage