Updated mypy.ini, removed ok folders that were excluded (#5331)

This commit is contained in:
Murilo Gonçalves 2021-10-15 18:57:41 -03:00 committed by GitHub
parent 1d457be29d
commit 4cf1aaeb96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,4 @@
ignore_missing_imports = True
; 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)/$