Skip to content

Commit f6b401e

Browse files
chore(deps-dev): 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.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3757ab commit f6b401e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ docs = [
5858
"sphinx-markdown-builder >=0.6.4,<1.0.0",
5959
]
6060
hooks = [
61-
"pre-commit >=3.0.0,<4.7.0",
61+
"pre-commit >=4.6.0,<4.7.0",
6262
]
6363
# Note that the `custom_exit_code` and `env` plugins may currently be unmaintained.
6464
test = [

0 commit comments

Comments
 (0)