Skip to content

Commit c95b95b

Browse files
Enforce more ruff rules
1 parent f7c740b commit c95b95b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,16 @@ extend-exclude = ["src/wheel/vendored"]
9696
[tool.ruff.lint]
9797
extend-select = [
9898
"B", # flake8-bugbear
99+
"FLY", # flynt
99100
"G", # flake8-logging-format
100101
"I", # isort
101102
"ISC", # flake8-implicit-str-concat
103+
"PERF", # Perflint
102104
"PGH", # pygrep-hooks
105+
"PIE", # flake8-pie
106+
"PLC", # Pylint
103107
"RUF100", # unused noqa (yesqa)
108+
"TCH", # flake8-type-checking
104109
"UP", # pyupgrade
105110
"W", # pycodestyle warnings
106111
]

0 commit comments

Comments
 (0)