diff --git a/setup.py b/setup.py index d10e57f..e254f14 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ extras_require = { "test": ["pytest~=8.0", "pytest-cov~=5.0"], - "hook": ["pre-commit~=3.0"], + "hook": ["pre-commit>=3,<5"], "lint": ["ruff~=0.2"], "docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.18", "mike~=2.0"], }