Skip to content

Commit 6feaca8

Browse files
Bump version of pre-commit hooks (#40)
This pull request contains auto-updated files of the pre-commit config. ```diff diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2920942..1de92d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,3 +17,3 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: @@ -49,3 +49,3 @@ repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.8 + rev: v21.1.0 hooks: @@ -122,3 +122,3 @@ repos: - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.2 + rev: 0.33.3 hooks: ``` Co-authored-by: GreatAlexander <4009412+GreatAlexander@users.noreply.github.com>
1 parent a6fcbc6 commit 6feaca8

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
@@ -15,7 +15,7 @@
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v5.0.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-ast
@@ -47,7 +47,7 @@ repos:
4747

4848
# CPP hooks
4949
- repo: https://github.com/pre-commit/mirrors-clang-format
50-
rev: v20.1.8
50+
rev: v21.1.0
5151
hooks:
5252
- id: clang-format
5353
args: ['-fallback-style=none', '-i']
@@ -120,7 +120,7 @@ repos:
120120

121121
# Check Github files
122122
- repo: https://github.com/python-jsonschema/check-jsonschema
123-
rev: 0.33.2
123+
rev: 0.33.3
124124
hooks:
125125
- id: check-github-workflows
126126
args: ["--verbose"]

0 commit comments

Comments
 (0)