codeflash-internal/mypy.ini

19 lines
350 B
INI
Raw Normal View History

2024-12-16 23:33:48 +00:00
# Global options:
[mypy]
plugins = pydantic.mypy
show_error_code_links = True
pretty = True
show_absolute_path = True
show_error_context = True
show_error_end = True
strict = True
warn_unreachable = True
install_types = True
[pydantic-mypy]
init_forbid_extra = True
init_typed = True
warn_required_dynamic_aliases = True
warn_untyped_fields = True