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 7abf08f commit 494b33cCopy full SHA for 494b33c
pyproject.toml
@@ -101,10 +101,14 @@ extend-exclude = ["src/wheel/vendored"]
101
[tool.ruff.lint]
102
extend-select = [
103
"B", # flake8-bugbear
104
+ "FLY", # flynt
105
"G", # flake8-logging-format
106
"I", # isort
107
"ISC", # flake8-implicit-str-concat
108
+ "PERF", # Perflint
109
"PGH", # pygrep-hooks
110
+ "PIE", # flake8-pie
111
+ "PLC", # Pylint
112
"RUF100", # unused noqa (yesqa)
113
"UP", # pyupgrade
114
"W", # pycodestyle warnings
0 commit comments