Skip to content

Commit

Permalink
CI: Re-add django stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomka committed Dec 5, 2024
1 parent 7be4190 commit e94e29b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e94e29b

Please sign in to comment.