1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-16 01:47:32 +00:00
bramw_baserow/backend/mypy.ini

14 lines
265 B
INI

# mypy.ini
[mypy]
python_version = 3.7
exclude = "[a-zA-Z_]+.migrations.|[a-zA-Z_]+.tests.|[a-zA-Z_]+.testing."
allow_redefinition = false
plugins =
mypy_django_plugin.main,
[mypy.plugins.django-stubs]
django_settings_module = "baserow.config.settings.base"