Skip to content

Commit fcd710e

Browse files
chore(pre-commit-deps): pre-commit autoupdate (#800)
updates: - [github.com/renovatebot/pre-commit-hooks: beb49d678f19bfacbb76b26c40cb871067dfd028 → a0a925d223e85973dce85ce780e322edbf2750e5](renovatebot/pre-commit-hooks@beb49d6...a0a925d) - [github.com/Mateusz-Grzelinski/actionlint-py: 381d5e68de9fe958938da811f2e094a8f90e8195 → 85c37735ea69e5baf0681530e57e63deee0ce733](Mateusz-Grzelinski/actionlint-py@381d5e6...85c3773) - [github.com/commitizen-tools/commitizen: cf03c8d5731387979d33bb5ff7af5dd311237e39 → 2e4f4b26b5b0a0c0ebc660c1f78aca1e28d912bd](commitizen-tools/commitizen@cf03c8d...2e4f4b2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5b38789 commit fcd710e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
- id: remove-tabs
4141
- id: forbid-tabs
4242
- repo: https://github.com/renovatebot/pre-commit-hooks
43-
rev: beb49d678f19bfacbb76b26c40cb871067dfd028 # frozen: 42.66.12
43+
rev: a0a925d223e85973dce85ce780e322edbf2750e5 # frozen: 42.71.0
4444
hooks:
4545
- id: renovate-config-validator
4646
- repo: https://github.com/python-jsonschema/check-jsonschema
@@ -54,12 +54,12 @@ repos:
5454
args: [--verbose]
5555
files: ^(\.github/workflows/[^/]+|workflows/[^/]+)$
5656
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
57-
rev: 381d5e68de9fe958938da811f2e094a8f90e8195 # frozen: v1.7.9.24
57+
rev: 85c37735ea69e5baf0681530e57e63deee0ce733 # frozen: v1.7.10.24
5858
hooks:
5959
- id: actionlint
6060
additional_dependencies: [pyflakes, shellcheck-py]
6161
- repo: https://github.com/commitizen-tools/commitizen
62-
rev: cf03c8d5731387979d33bb5ff7af5dd311237e39 # frozen: v4.11.0
62+
rev: 2e4f4b26b5b0a0c0ebc660c1f78aca1e28d912bd # frozen: v4.11.1
6363
hooks:
6464
- id: commitizen
6565
stages: [commit-msg]

0 commit comments

Comments
 (0)