Python/mypy.ini
Rohan R Bharadwaj e9882e41ba
[mypy] Fix matrix_operation.py (#5808)
* Update matrix_operation.py

* Update mypy.ini

* Update DIRECTORY.md

* formatting

* Update matrix_operation.py

* doctest for exception

* A bit more...
2021-11-10 16:22:52 +01:00

6 lines
160 B
INI

[mypy]
ignore_missing_imports = True
install_types = True
non_interactive = True
exclude = (other/least_recently_used.py|other/lfu_cache.py|other/lru_cache.py)