Skip to content

Remove obsolete A001 suppression from ruff config#252

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-linter-error-a001-again
Draft

Remove obsolete A001 suppression from ruff config#252
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-linter-error-a001-again

Conversation

Copilot AI commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

A001 ("Variable shadows built-in") was listed in pyproject.toml's lint.ignore as a backwards-compatibility suppression, but there are no A001 violations anywhere in the codebase. The entry is dead weight.

Changes

  • pyproject.toml: Remove "A001" from lint.ignore; ruff check . passes cleanly without it.

Copilot AI review requested due to automatic review settings June 1, 2026 13:35
Copilot AI self-assigned this Jun 1, 2026
Copilot AI review requested due to automatic review settings June 1, 2026 13:35
Copilot AI linked an issue Jun 1, 2026 that may be closed by this pull request
Copilot AI requested review from Copilot and removed request for Copilot June 1, 2026 13:45
Copilot AI changed the title [WIP] Fix linter error A001 and remove from suppression Remove obsolete A001 suppression from ruff config Jun 1, 2026
Copilot AI requested a review from kevinbackhouse June 1, 2026 13:48
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.

A001

3 participants