From e94e29b1dfe62d3d92bf8f78d216766a5d3c650f Mon Sep 17 00:00:00 2001 From: Tom Kazimiers Date: Thu, 5 Dec 2024 13:27:05 +0100 Subject: [PATCH] CI: Re-add django stubs --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index b775138864..b5ea1e7463 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,12 @@ [mypy] check_untyped_defs = True ignore_missing_imports = True +disable_error_code = import-untyped warn_incomplete_stub = False +#plugins = mypy_django_plugin.main + +#[mypy.plugins.django-stubs] +#django_settings_module = "mysite.settings' [mypy-applications.catmaid.migrations.*] ignore_errors = True