]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
always install types if needed when running mypy
authorBob Halley <halley@dnspython.org>
Fri, 25 Mar 2022 19:16:21 +0000 (12:16 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 25 Mar 2022 19:16:21 +0000 (12:16 -0700)
Makefile

index f5e54389d87b2837962515cdb81db6b47dde9995..bbf1b5008a5bec72bc64fd25c64cfe31523cb404 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ potestlf:
        poetry run pytest --lf
 
 potype:
-       poetry run python -m mypy --disallow-incomplete-defs dns
+       poetry run python -m mypy --install-types --non-interactive --disallow-incomplete-defs dns
 
 potypetests:
        poetry run python -m mypy --check-untyped-defs examples tests