Closed ns-rse closed 2 days ago
Closes #1007
As per RF002: Target version must be set We had both Ruff's target-version and project.requires-python. We only need the latter.
target-version
project.requires-python
NB This is a stacked pull request and should be merged after #1012
Before submitting a Pull Request please check the following.
configuration.md
usage.md
advanced.md
topostats/default_config.yaml
N/A
Closes #1007
As per RF002: Target version must be set We had both Ruff's
target-version
andproject.requires-python
. We only need the latter.NB This is a stacked pull request and should be merged after #1012
Before submitting a Pull Request please check the following.
Existing tests pass.Documentation has been updated and builds. Remember to updateconfiguration.md
,usage.md
, and relevant processing sections underadvanced.md
.Pre-commit checks pass.New functions/methods have typehints and docstrings.New functions/methods have tests which check the intended behaviour is correct.Optional
topostats/default_config.yaml
N/A