kevinbowen777 / bookstore

An online bookstore created with the Django web framework
MIT License
0 stars 1 forks source link

warning: The top-level linter settings are deprecated in favour of their counterparts in the `lint` section. #404

Closed kevinbowen777 closed 8 months ago

kevinbowen777 commented 8 months ago

Please update the following options in for coverage in pyproject.toml:

• 'dummy-variable-rgx' -> 'lint.dummy-variable-rgx' • 'fixable' -> 'lint.fixable' • 'ignore' -> 'lint.ignore' • 'select' -> 'lint.select' • 'unfixable' -> 'lint.unfixable' • 'mccabe' -> 'lint.mccabe' • 'per-file-ignores' -> 'lint.per-file-ignores'

References: • https://github.com/astral-sh/ruff/blob/main/CHANGELOG.mdhttps://docs.astral.sh/ruff/settings/#lint

See: https://github.com/kevinbowen777/django-start/issues/375 for details