mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-16 10:47:37 +00:00
Updated mypy.ini, removed ok folders that were excluded (#5331)
This commit is contained in:
parent
1d457be29d
commit
4cf1aaeb96
2
mypy.ini
2
mypy.ini
@ -2,4 +2,4 @@
|
|||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
||||||
; FIXME: #4052 fix mypy errors in the exclude directories and remove them below
|
; FIXME: #4052 fix mypy errors in the exclude directories and remove them below
|
||||||
exclude = (data_structures|dynamic_programming|graphs|maths|matrix|other|project_euler|searches|strings*)/$
|
exclude = (data_structures|graphs|maths|matrix|other|searches)/$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user