Skip to content

Commit 1ee95e4

Browse files
committed
add mypy config file to silent schema_salad errors
1 parent eccfd77 commit 1ee95e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypy.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[mypy-schema_salad.*]
2+
ignore_errors = True

0 commit comments

Comments
 (0)