Skip to content

Conversation

@nathanchance
Copy link
Member

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:

  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.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
@nathanchance nathanchance merged commit 1e85bca into ClangBuiltLinux:main Feb 2, 2024
@nathanchance nathanchance deleted the update-for-ruff-0.2.0 branch February 2, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants