Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruff.toml: Update for 0.2.0 #117

Merged

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 <[email protected]>
@nathanchance nathanchance merged commit 1e85bca into ClangBuiltLinux:main Feb 2, 2024
4 checks passed
@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