mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 20:54:29 +08:00
back to incremental = True for tests
This commit is contained in:
@@ -6,7 +6,7 @@ warn_no_return = False
|
|||||||
show_traceback = True
|
show_traceback = True
|
||||||
warn_redundant_casts = True
|
warn_redundant_casts = True
|
||||||
allow_redefinition = True
|
allow_redefinition = True
|
||||||
incremental = False
|
incremental = True
|
||||||
|
|
||||||
plugins =
|
plugins =
|
||||||
mypy_django_plugin.main
|
mypy_django_plugin.main
|
||||||
|
|||||||
Reference in New Issue
Block a user