Skip to content

Commit 705324e

Browse files
committed
feat: Add mypy config file
1 parent 8c29860 commit 705324e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mypy.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[mypy]
2+
ignore_missing_imports = True
3+
4+
; FIXME: #4052 fix mypy errors in the exclude directories and remove them below
5+
exclude = (data_structures|digital_image_processing|dynamic_programming|graphs|linear_algebra|maths|matrix|other|project_euler|scripts|searches|strings*)/$

0 commit comments

Comments
 (0)