DiamondLightSource / python-copier-template

Diamond's opinionated copier template for pure Python projects managed by pip
Apache License 2.0
4 stars 2 forks source link

Fix ruff config deprecation warning #76

Closed GDYendell closed 7 months ago

GDYendell commented 7 months ago

The warning was

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'
GDYendell commented 7 months ago

I just noticed this warning after updating to the latest ruff, so I thought I would fix it here and just ignore it until I adopt copier.