Skip to content

Commit 13a8900

Browse files
chore(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@v4.0.0...v4.2.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9d5de67 commit 13a8900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ docs = [
8787
"sphinx-togglebutton >=0.3.2,<1.0.0",
8888
]
8989
hooks = [
90-
"pre-commit >=4.0.0,<4.2.0",
90+
"pre-commit >=4.0.0,<4.3.0",
9191
]
9292
# Note that the `custom_exit_code` and `env` plugins may currently be unmaintained.
9393
test = [

0 commit comments

Comments
 (0)