Skip to content

Commit 4cf1aae

Browse files
Updated mypy.ini, removed ok folders that were excluded (TheAlgorithms#5331)
1 parent 1d457be commit 4cf1aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
ignore_missing_imports = True
33

44
; FIXME: #4052 fix mypy errors in the exclude directories and remove them below
5-
exclude = (data_structures|dynamic_programming|graphs|maths|matrix|other|project_euler|searches|strings*)/$
5+
exclude = (data_structures|graphs|maths|matrix|other|searches)/$

0 commit comments

Comments
 (0)