Skip to content

Commit 494b33c

Browse files
Enforce more ruff rules
1 parent 7abf08f commit 494b33c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,14 @@ extend-exclude = ["src/wheel/vendored"]
101101
[tool.ruff.lint]
102102
extend-select = [
103103
"B", # flake8-bugbear
104+
"FLY", # flynt
104105
"G", # flake8-logging-format
105106
"I", # isort
106107
"ISC", # flake8-implicit-str-concat
108+
"PERF", # Perflint
107109
"PGH", # pygrep-hooks
110+
"PIE", # flake8-pie
111+
"PLC", # Pylint
108112
"RUF100", # unused noqa (yesqa)
109113
"UP", # pyupgrade
110114
"W", # pycodestyle warnings

0 commit comments

Comments
 (0)