mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-03-14 12:22:52 +00:00
9 lines
157 B
INI
9 lines
157 B
INI
[mypy]
|
|
plugins = mypy_django_plugin.main
|
|
|
|
[mypy.plugins.django-stubs]
|
|
django_settings_module = "hc.settings"
|
|
|
|
[mypy-statsd.*]
|
|
ignore_missing_imports = True
|
|
|