]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
remove mypy as a dev dependency
authorBob Halley <halley@dnspython.org>
Thu, 23 Dec 2021 16:50:46 +0000 (08:50 -0800)
committerBob Halley <halley@dnspython.org>
Thu, 23 Dec 2021 16:50:46 +0000 (08:50 -0800)
pyproject.toml

index db3e5bf9f40ab8a7ddb5f90d3c929342c3a8c9b3..8d4d08edfe16efdde97143edda96bfac7cee416e 100644 (file)
@@ -42,7 +42,6 @@ sniffio = {version="^1.1", optional=true}
 wmi = {version="^1.5.1", optional=true}
 
 [tool.poetry.dev-dependencies]
-mypy = "^0.930"
 pytest = ">=5.4.1,<7"
 pytest-cov = "^3.0.0"
 flake8 = "^4.0.1"