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 f7c740b commit c95b95bCopy full SHA for c95b95b
pyproject.toml
@@ -96,11 +96,16 @@ extend-exclude = ["src/wheel/vendored"]
96
[tool.ruff.lint]
97
extend-select = [
98
"B", # flake8-bugbear
99
+ "FLY", # flynt
100
"G", # flake8-logging-format
101
"I", # isort
102
"ISC", # flake8-implicit-str-concat
103
+ "PERF", # Perflint
104
"PGH", # pygrep-hooks
105
+ "PIE", # flake8-pie
106
+ "PLC", # Pylint
107
"RUF100", # unused noqa (yesqa)
108
+ "TCH", # flake8-type-checking
109
"UP", # pyupgrade
110
"W", # pycodestyle warnings
111
]
0 commit comments