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 500a303 commit 1683547Copy full SHA for 1683547
pyproject.toml
@@ -87,6 +87,7 @@ unsafe-fixes = true
87
[tool.ruff.lint]
88
select = ["ALL"]
89
ignore = [
90
+ "A005",
91
"ANN002", "ANN003", "ANN204", "ANN206", "ANN401",
92
"B904",
93
"C401", "C408", "C901",
0 commit comments