Skip to content

Conversation

@yurekami
Copy link

Summary

Fixes the ruff deprecation warning by moving linter settings to the new [tool.ruff.lint] section.

Before

$ ruff check .
warning: The top-level linter settings are deprecated in favour of their counterparts in the `lint` section. Please update the following options in `pyproject.toml`:
  - 'ignore' -> 'lint.ignore'
  - 'select' -> 'lint.select'

After

$ ruff check .
All checks passed!

Changes

  • Move select and ignore from [tool.ruff] to [tool.ruff.lint]

This is a small cleanup related to #283 (linter improvements).

Test plan

  • Run ruff check . - no warnings
  • All checks still pass

🤖 Generated with Claude Code

Move ruff linter settings from top-level `[tool.ruff]` to the new
`[tool.ruff.lint]` section as recommended by ruff.

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

After: No warnings.

Related to radixark#283

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@gemini-code-assist
Copy link
Contributor

Important

Installation incomplete: to start using Gemini Code Assist, please ask the organization owner(s) to visit the Gemini Code Assist Admin Console and sign the Terms of Services.

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.

1 participant