mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
6 lines
226 B
INI
6 lines
226 B
INI
[mypy]
|
|
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*)/$
|