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
|
2025-01-18 01:44:24 +00:00
|
|
|
warn_untyped_fields = True
|
|
|
|
|
|
|
|
|
|
[mypy-jedi.*]
|
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
|
|
[mypy-inquirer.*]
|
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
|
|
[mypy-numba.*]
|
|
|
|
|
ignore_missing_imports = True
|