From: Bob Halley Date: Sun, 18 Jan 2026 13:03:01 +0000 (-0800) Subject: more mypy removal X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5898a7874e9d9f6f8d0ea5c7e225d710a61bd4f;p=thirdparty%2Fdnspython.git more mypy removal --- diff --git a/Makefile b/Makefile index c0c551e7..3bf34c41 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,6 @@ clean: rm -rf htmlcov .coverage rm -rf .pytest_cache rm -rf .ruff_cache - rm -rf .mypy_cache rm -rf doc/_build rm -rf dist rm -rf build @@ -35,9 +34,6 @@ test: check: test -mypy: - python -m mypy --disallow-incomplete-defs dns - pyright: pyright dns