Skip to content

Commit a2c0acc

Browse files
Enforce more ruff rules
1 parent d44228b commit a2c0acc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,16 @@ extend-exclude = ["src/wheel/vendored"]
9292
[tool.ruff.lint]
9393
extend-select = [
9494
"B", # flake8-bugbear
95+
"FLY", # flynt
9596
"G", # flake8-logging-format
9697
"I", # isort
9798
"ISC", # flake8-implicit-str-concat
99+
"PERF", # Perflint
98100
"PGH", # pygrep-hooks
101+
"PIE", # flake8-pie
102+
"PLC", # Pylint
99103
"RUF100", # unused noqa (yesqa)
104+
"TCH", # flake8-type-checking
100105
"UP", # pyupgrade
101106
"W", # pycodestyle warnings
102107
]

0 commit comments

Comments
 (0)