PyMISPGalaxies/mypy.ini

21 lines
454 B
INI
Raw Permalink Normal View History

2021-05-13 20:43:34 +02:00
[mypy]
disallow_untyped_calls=True
disallow_untyped_defs=True
disallow_incomplete_defs=True
check_untyped_defs=True
disallow_any_generics=True
2024-04-16 17:18:15 +02:00
python_version = 3.8
2021-05-13 20:43:34 +02:00
ignore_errors = False
ignore_missing_imports = False
strict_optional = True
no_implicit_optional = True
warn_unused_ignores = True
warn_redundant_casts = True
warn_unused_configs = True
warn_unreachable = True
show_error_context = True
pretty = True
exclude = (pymispgalaxies/data|tests)