Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/source/contributing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ pre-commit run --all-files
pytest tests/
```

:::{tip}
Since the <gh-file:Dockerfile> ships with Python 3.12, all tests in CI (except `mypy`) are run with Python 3.12.

Therefore, we recommend developing with Python 3.12 to minimise the chance of your local environment clashing with our CI environment.
:::

:::{note}
Currently, the repository is not fully checked by `mypy`.
:::
Expand Down