pytest-mock/mypy.ini

15 lines
348 B
INI
Raw Normal View History

2021-08-31 11:33:03 +02:00
[mypy]
disallow_any_generics = True
disallow_incomplete_defs = True
disallow_subclassing_any = True
2022-05-26 23:59:37 +02:00
ignore_missing_imports = True
2021-08-31 11:33:03 +02:00
no_implicit_optional = True
pretty = True
show_error_codes = True
strict_equality = True
warn_redundant_casts = True
warn_return_any = True
warn_unreachable = True
warn_unused_configs = True
warn_unused_ignores = True