mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-07-20 01:42:37 +02:00
Extend mypy config
This commit is contained in:
4
mypy.ini
4
mypy.ini
@@ -1,7 +1,11 @@
|
|||||||
[mypy]
|
[mypy]
|
||||||
|
disallow_any_generics = True
|
||||||
disallow_untyped_defs = True
|
disallow_untyped_defs = True
|
||||||
disallow_incomplete_defs = True
|
disallow_incomplete_defs = True
|
||||||
no_implicit_optional = True
|
no_implicit_optional = True
|
||||||
|
warn_unused_ignores = True
|
||||||
|
warn_unreachable = True
|
||||||
|
show_error_context = True
|
||||||
|
|
||||||
[mypy-rich.*,bs4,keyring]
|
[mypy-rich.*,bs4,keyring]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
Reference in New Issue
Block a user