From: Bob Halley Date: Fri, 25 Mar 2022 19:16:21 +0000 (-0700) Subject: always install types if needed when running mypy X-Git-Tag: v2.3.0rc1~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=759421d3e9add44fb5aecf3bac2939ef6bc85b59;p=thirdparty%2Fdnspython.git always install types if needed when running mypy --- diff --git a/Makefile b/Makefile index f5e54389..bbf1b500 100644 --- 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