Require full annotation in mypy configuration

This commit is contained in:
Maarten ter Huurne 2023-03-16 18:24:33 +01:00
parent 0043fedf46
commit 632441ea53

View file

@ -1,4 +1,6 @@
[mypy]
disallow_incomplete_defs=True
disallow_untyped_defs=True
implicit_reexport=False
pretty=True
show_error_codes=True