setools/.mypy.ini
Chris PeBenito 41632dce9d tox.ini: Add static type checking using mypy.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
2020-10-14 10:16:46 -04:00

14 lines
228 B
INI

[mypy]
no_implicit_optional = True
pretty = True
# NetworkX does not have annotations
[mypy-networkx]
ignore_missing_imports = True
[mypy-networkx.*]
ignore_missing_imports = True
[mypy-PyQt5.*]
ignore_missing_imports = True