Skip to content

Commit 27cc777

Browse files
build(deps): update pre-commit requirement
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bda263 commit 27cc777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test = [
4242
quality = [
4343
"ruff==0.6.4",
4444
"mypy==1.10.0",
45-
"pre-commit>=3.0.0,<4.0.0",
45+
"pre-commit>=3.0.0,<5.0.0",
4646
]
4747
docs = [
4848
"sphinx>=3.0.0,!=3.5.0",
@@ -61,7 +61,7 @@ dev = [
6161
# style
6262
"ruff==0.6.4",
6363
"mypy==1.10.0",
64-
"pre-commit>=3.0.0,<4.0.0",
64+
"pre-commit>=3.0.0,<5.0.0",
6565
# docs
6666
"sphinx>=3.0.0,!=3.5.0",
6767
"furo>=2022.3.4",

0 commit comments

Comments
 (0)