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 91a216d commit 4cd79f0Copy full SHA for 4cd79f0
pyproject.toml
@@ -93,6 +93,7 @@ ignore = [
93
"A001", # It's fine to shadow builtins
94
"A002",
95
"A003",
96
+ "A005",
97
"ARG", # This is all wrong whenever an interface is involved
98
"ANN", # Just let the type checker do this
99
"B006", # Mutable arguments require care but are OK if you don't abuse them
0 commit comments