There is a deprecation warning for top level lint settings:
warning: The top-level linter settings are deprecated in favour of their counterparts in the `lint` section. Please update the following options in `ruff.toml`:
- 'ignore' -> 'lint.ignore'
- 'select' -> 'lint.select'
Move these under the lint section. Additionally, update the link to the rules.
There is a deprecation warning for top level lint settings:
Move these under the lint section. Additionally, update the link to the rules.