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 242deef commit 99cc205Copy full SHA for 99cc205
pyproject.toml
@@ -73,3 +73,4 @@ unknown-argument = "ignore" # Ignore unknown arguments in function calls
73
invalid-assignment = "ignore" # Ignore invalid assignments
74
invalid-argument-type = "ignore" # Ignore invalid argument types
75
invalid-return-type = "ignore" # Ignore invalid return types
76
+not-iterable = "ignore" # Ignore not iterable errors
0 commit comments