mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Require full annotation in mypy configuration
This commit is contained in:
parent
0043fedf46
commit
632441ea53
1 changed files with 2 additions and 0 deletions
2
mypy.ini
2
mypy.ini
|
|
@ -1,4 +1,6 @@
|
||||||
[mypy]
|
[mypy]
|
||||||
|
disallow_incomplete_defs=True
|
||||||
|
disallow_untyped_defs=True
|
||||||
implicit_reexport=False
|
implicit_reexport=False
|
||||||
pretty=True
|
pretty=True
|
||||||
show_error_codes=True
|
show_error_codes=True
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue