From 6a22e73578348cde664b487fd4355623c6dd7e3a Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 14 Sep 2024 13:53:35 -0700 Subject: [PATCH] disable uv as mypy auto type install does not work with it --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3