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 2ab6ffe commit bdaaa2eCopy full SHA for bdaaa2e
pyproject.toml
@@ -87,7 +87,7 @@ unsafe-fixes = true
87
[tool.ruff.lint]
88
select = ["ALL"]
89
ignore = [
90
- "ANN002", "ANN003", "ANN101", "ANN102", "ANN204", "ANN206", "ANN401",
+ "ANN002", "ANN003", "ANN204", "ANN206", "ANN401",
91
"B904",
92
"C401", "C408", "C901",
93
"COM812",
0 commit comments