From f85492808733b9c5362e688f5640bcec562e7f8d Mon Sep 17 00:00:00 2001 From: RasmusOrsoe Date: Mon, 28 Oct 2024 08:33:07 +0100 Subject: [PATCH] change version to <= 3.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa2b71ad2..1c228b1ab 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ "MarkupSafe<=2.1", "mypy", "myst-parser", - "pre-commit", + "pre-commit<=3.8", "pydocstyle", "pylint", "pytest",