From: Bob Halley Date: Sat, 14 Sep 2024 20:53:35 +0000 (-0700) Subject: disable uv as mypy auto type install does not work with it X-Git-Tag: v2.7.0rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a22e73578348cde664b487fd4355623c6dd7e3a;p=thirdparty%2Fdnspython.git disable uv as mypy auto type install does not work with it --- diff --git a/pyproject.toml b/pyproject.toml index 308b5c3f..2a4d045c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ include = ["dns/*.py", "dns/**/*.py", "dns/py.typed"] [tool.hatch.envs.default] features = ["trio", "dnssec", "idna", "doh", "doq", "dev"] -installer = "uv" +#installer = "uv" [tool.hatch.version] source = "code"