Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ skip_covered = false
target-version = "py314"

[tool.ruff.lint]
# Keep Ruff narrowly scoped to pyupgrade/deprecation detection; Flake8 remains
# the repository's general-purpose Python lint gate.
select = ["UP"]
# Expanded beyond pyupgrade: F (pyflakes), B (bugbear), S (bandit security),
# I (isort). Flake8 pre-commit hook retained as a secondary gate during the
# transition, but Ruff now covers the same surface.
select = ["UP", "F", "B", "S", "I"]