From fa866f69fab200f94ec3c1d222dc783ce56200e8 Mon Sep 17 00:00:00 2001 From: FrenchGithubUser Date: Thu, 16 Jul 2026 12:11:17 +0200 Subject: [PATCH] chore: use uv as the dependencies installer but keep using hatch for everything else since we get most of uv's benefits on the dependencies installation step and its other benefits are not worth enough for the change --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0e92b7c..ded0ba2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ Issues = "https://github.com/famedly/synapse-invite-checker/-/issues" Source = "https://github.com/famedly/synapse-invite-checker/" [tool.hatch.envs.default] +installer = "uv" dependencies = [ "black", "pytest",