mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-20 10:51:16 +08:00
finish strict_optional support, enable it for typechecking of django tests
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
[mypy]
|
||||
strict_optional = False
|
||||
strict_optional = True
|
||||
ignore_missing_imports = True
|
||||
check_untyped_defs = True
|
||||
warn_no_return = False
|
||||
show_traceback = True
|
||||
warn_redundant_casts = True
|
||||
allow_redefinition = True
|
||||
incremental = False
|
||||
|
||||
plugins =
|
||||
mypy_django_plugin.main
|
||||
|
||||
Reference in New Issue
Block a user