]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
more mypy removal
authorBob Halley <halley@dnspython.org>
Sun, 18 Jan 2026 13:03:01 +0000 (05:03 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 18 Jan 2026 13:03:01 +0000 (05:03 -0800)
Makefile

index c0c551e72f4ca71203da805e69268e469fb1f395..3bf34c41da68592031d9c20d11667e2e80654577 100644 (file)
--- 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