From 2516e8df3763986ea9c3d939784e65854fd6e1f0 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer <35225576+afuetterer@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:08:30 +0000 Subject: [PATCH] chore: switch to pre-commit-uv (#199) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06c96a4..ca34efb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ optional-dependencies.cli = [ "typer>=0.12", ] optional-dependencies.dev = [ - "pre-commit~=4.0", + "pre-commit-uv~=4.1", "python-re3data[cli]", ] optional-dependencies.docs = [