We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bb339 commit 531756fCopy full SHA for 531756f
pyproject.toml
@@ -92,11 +92,16 @@ extend-exclude = ["src/wheel/vendored"]
92
[tool.ruff.lint]
93
extend-select = [
94
"B", # flake8-bugbear
95
+ "FLY", # flynt
96
"G", # flake8-logging-format
97
"I", # isort
98
"ISC", # flake8-implicit-str-concat
99
+ "PERF", # Perflint
100
"PGH", # pygrep-hooks
101
+ "PIE", # flake8-pie
102
+ "PLC", # Pylint
103
"RUF100", # unused noqa (yesqa)
104
+ "TCH", # flake8-type-checking
105
"UP", # pyupgrade
106
"W", # pycodestyle warnings
107
]
0 commit comments