Skip to content

Commit c84a9df

Browse files
ci: pre-commit autoupdate (#150)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/commit-check/commit-check: v0.7.3 → v0.7.4](v0.7.3...v0.7.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f5eee40 commit c84a9df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77
default_install_hook_types: [pre-commit, prepare-commit-msg]
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.5.0
10+
rev: v4.6.0
1111
hooks:
1212
- id: check-yaml
1313
- id: check-toml
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: codespell
3434
- repo: https://github.com/commit-check/commit-check
35-
rev: v0.7.3
35+
rev: v0.7.4
3636
hooks:
3737
- id: check-message
3838
# - id: check-branch # uncomment if you need.

0 commit comments

Comments
 (0)