2024-06-07 20:17:03 +03:00
|
|
|
# Global options:
|
|
|
|
|
|
|
|
[mypy]
|
|
|
|
warn_return_any = True
|
|
|
|
warn_unused_configs = True
|
|
|
|
|
2024-09-12 20:56:38 +03:00
|
|
|
plugins =
|
|
|
|
mypy_django_plugin.main
|
2024-06-07 20:17:03 +03:00
|
|
|
|
|
|
|
# Per-module options:
|
|
|
|
[mypy.plugins.django-stubs]
|
|
|
|
django_settings_module = "project.settings"
|
|
|
|
|
|
|
|
[mypy-django_filters.*]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-pyconcept.*]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-cctext.*]
|
|
|
|
ignore_missing_imports = True
|