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 75996e0 commit 8f922ccCopy full SHA for 8f922cc
pyproject.toml
@@ -52,7 +52,7 @@ preview = true
52
select = ["A", "ARG", "B", "BLE", "C4", "COM", "E", "ERA", "F", "FBT", "FIX", "FLY", "FURB", "I", "IC", "INP", "ISC", "LOG", "N", "NPY", "PERF", "PIE", "PT", "PTH", "Q", "R", "RET", "RSE", "S", "SIM", "SLF", "T20", "TCH", "TD", "TID", "TRY", "UP", "W"]
53
# Allow fix for all enabled rules (when `--fix`) is provided.
54
fixable = ["ALL"]
55
-ignore = ["A003", "E203", "FIX002", "FURB113", "N817", "PTH123", "RET503", "S113", "TD002", "TD003", "TRY003", "UP007", "UP035"]
+ignore = ["A003", "A005", "E203", "FIX002", "FURB113", "N817", "PTH123", "RET503", "S113", "TD002", "TD003", "TRY003", "UP007", "UP035"]
56
[tool.ruff.lint.per-file-ignores]
57
"**/__init__.py" = [
58
"F401", # Allow unused imports in module files
0 commit comments