9 lines
No EOL
136 B
INI
9 lines
No EOL
136 B
INI
[mypy]
|
|
strict = True
|
|
warn_unreachable = True
|
|
|
|
[mypy-mutagen.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-PIL.*]
|
|
ignore_missing_imports = True |