bcao/mypy.ini

8 lines
112 B
INI

[mypy]
strict = True
[mypy-mutagen.*]
ignore_missing_imports = True
[mypy-PIL.*]
ignore_missing_imports = True