mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 20:24:31 +08:00
enable tests typechecking using django submodule
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[mypy]
|
||||
strict_optional = True
|
||||
ignore_missing_imports = False
|
||||
ignore_missing_imports = True
|
||||
check_untyped_defs = True
|
||||
warn_no_return = False
|
||||
show_traceback = True
|
||||
@@ -9,3 +9,6 @@ incremental = True
|
||||
|
||||
plugins =
|
||||
mypy_django_plugin.main
|
||||
|
||||
[mypy.plugins.django-stubs]
|
||||
django_settings_module = 'django_tests_settings'
|
||||
Reference in New Issue
Block a user