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 aa3ecaf commit 78c903aCopy full SHA for 78c903a
pyproject.toml
@@ -249,16 +249,16 @@ extend-exclude = ["doc", "_typed_ops.pyi"]
249
250
[tool.ruff.lint]
251
extend-select = [
252
- "W", # pycodestyle warnings
253
- "I", # isort
254
- "UP", # pyupgrade
255
"B", # flake8-bugbear
256
"C4", # flake8-comprehensions
257
"ISC", # flake8-implicit-str-concat
258
"PIE", # flake8-pie
259
"TID", # flake8-tidy-imports (absolute imports)
260
- "PGH", # pygrep-hooks
+ "I", # isort
261
"PERF", # Perflint
+ "W", # pycodestyle warnings
+ "PGH", # pygrep-hooks
+ "UP", # pyupgrade
262
"RUF",
263
]
264
extend-safe-fixes = [
0 commit comments