neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Replace select with lint.select in pyproject.toml #113

Closed niksirbi closed 3 months ago

niksirbi commented 3 months ago

This stops ruff from complaining:

warning: The top-level linter settings are deprecated in favour of their counterparts in the lint section. Please update the following options in pyproject.toml:

  • 'select' -> 'lint.select'