kevinbowen777 / djapi-todo

Basic to-do application & API built with Django & Djano REST Framework (DRF)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kevinbowen777 opened this issue · comments

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.md
https://docs.astral.sh/ruff/settings/#lint

See: kevinbowen777/django-start#375 for details