Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce more ruff rules
Browse files Browse the repository at this point in the history
DimitriPapadopoulos committed Jan 15, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 85293ab commit 8f0fc5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -101,11 +101,16 @@ extend-exclude = ["src/wheel/vendored"]
[tool.ruff.lint]
extend-select = [
"B", # flake8-bugbear
"FLY", # flynt
"G", # flake8-logging-format
"I", # isort
"ISC", # flake8-implicit-str-concat
"PERF", # Perflint
"PGH", # pygrep-hooks
"PIE", # flake8-pie
"PLC", # Pylint
"RUF100", # unused noqa (yesqa)
"TCH", # flake8-type-checking
"UP", # pyupgrade
"W", # pycodestyle warnings
]

0 comments on commit 8f0fc5e

Please sign in to comment.