Skip to content

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

@kevinbowen777

Description

@kevinbowen777

Please update the following options 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

Metadata

Metadata

Assignees

Labels

testingproject testing & validation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions