pferd/mypy.ini

12 lines
259 B
INI
Raw Permalink Normal View History

2020-04-19 21:50:17 +02:00
[mypy]
2021-04-29 11:25:13 +02:00
disallow_any_generics = True
2020-04-19 21:50:17 +02:00
disallow_untyped_defs = True
disallow_incomplete_defs = True
no_implicit_optional = True
2021-04-29 11:25:13 +02:00
warn_unused_ignores = True
warn_unreachable = True
show_error_context = True
2020-04-19 21:50:17 +02:00
[mypy-rich.*,bs4,keyring]
2020-04-19 21:50:17 +02:00
ignore_missing_imports = True