From 88c39b3faf349aa61fa15354ec5318a04cdf0771 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 14 Oct 2024 08:46:51 +0200 Subject: [PATCH] Make local pre-commit faster --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05568636..e903e621 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ docs = [ # Pin also present in tox.ini "towncrier<24.7", ] -dev = ["attrs[tests]", "pre-commit"] +dev = ["attrs[tests]", "pre-commit-uv"] [project.urls] Documentation = "https://www.attrs.org/"