mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
12 lines
259 B
INI
12 lines
259 B
INI
[mypy]
|
|
disallow_any_generics = True
|
|
disallow_untyped_defs = True
|
|
disallow_incomplete_defs = True
|
|
no_implicit_optional = True
|
|
warn_unused_ignores = True
|
|
warn_unreachable = True
|
|
show_error_context = True
|
|
|
|
[mypy-rich.*,bs4,keyring]
|
|
ignore_missing_imports = True
|