Skip to content

Commit 1683547

Browse files
committed
Disable A005 errors
1 parent 500a303 commit 1683547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ unsafe-fixes = true
8787
[tool.ruff.lint]
8888
select = ["ALL"]
8989
ignore = [
90+
"A005",
9091
"ANN002", "ANN003", "ANN204", "ANN206", "ANN401",
9192
"B904",
9293
"C401", "C408", "C901",

0 commit comments

Comments
 (0)