mirror of
https://github.com/nwithan8/plex-prerolls
synced 2024-08-30 16:52:17 +00:00
9 lines
152 B
INI
9 lines
152 B
INI
[mypy]
|
|
warn_return_any = True
|
|
warn_unused_configs = True
|
|
|
|
[mypy-plexapi.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-urllib3.*]
|
|
ignore_missing_imports = True |