mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-22 03:41:28 +08:00
typecheck django tests, allow failures
This commit is contained in:
10
scripts/typecheck_tests.ini
Normal file
10
scripts/typecheck_tests.ini
Normal file
@@ -0,0 +1,10 @@
|
||||
[mypy]
|
||||
strict_optional = False
|
||||
ignore_missing_imports = True
|
||||
check_untyped_defs = True
|
||||
warn_no_return = False
|
||||
show_traceback = True
|
||||
warn_redundant_casts = True
|
||||
|
||||
plugins =
|
||||
mypy_django_plugin.main
|
||||
Reference in New Issue
Block a user