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 dbd0aec commit 6a2f379Copy full SHA for 6a2f379
pyproject.toml
@@ -46,7 +46,7 @@ output-format = "concise"
46
[tool.ruff.lint]
47
select = ["ANN", "B", "C4", "D", "DTZ", "E", "F", "I", "ISC", "INT", "N", "PGH", "PIE", "Q", "RET", "RSE", "RUF", "S", "SIM", "T20", "TID", "UP", "W"]
48
ignore = [
49
- "ANN002", "ANN003", "ANN101", "ANN102", "ANN204", "ANN206", "ANN401",
+ "ANN002", "ANN003", "ANN204", "ANN206", "ANN401",
50
"B904",
51
"C401", "C408",
52
"D100", "D104", "D105", "D107", "D203", "D212", "D214", "D215", "D301",
0 commit comments