TheAlgorithms-Python/mypy.ini
Dhruv Manilawala c49fa088a0
feat: Add mypy configuration file (#4315)
* feat: Add mypy config file

* refactor: Remove mypy options from build workflow

* Remove linear_algebra

Co-authored-by: Christian Clauss <cclauss@me.com>
2021-04-06 12:54:26 +02:00

6 lines
259 B
INI

[mypy]
ignore_missing_imports = True
; FIXME: #4052 fix mypy errors in the exclude directories and remove them below
exclude = (data_structures|digital_image_processing|dynamic_programming|graphs|maths|matrix|other|project_euler|scripts|searches|strings*)/$