mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
7 lines
153 B
INI
7 lines
153 B
INI
[mypy]
|
|
disallow_untyped_defs = True
|
|
disallow_incomplete_defs = True
|
|
no_implicit_optional = True
|
|
|
|
[mypy-rich.*,bs4,keyring]
|
|
ignore_missing_imports = True
|