Skip to content

Commit 99cc205

Browse files
committed
make update
1 parent 242deef commit 99cc205

File tree

2 files changed

+619
-521
lines changed

2 files changed

+619
-521
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,4 @@ unknown-argument = "ignore" # Ignore unknown arguments in function calls
7373
invalid-assignment = "ignore" # Ignore invalid assignments
7474
invalid-argument-type = "ignore" # Ignore invalid argument types
7575
invalid-return-type = "ignore" # Ignore invalid return types
76+
not-iterable = "ignore" # Ignore not iterable errors

0 commit comments

Comments
 (0)