Skip to content

Commit 4606544

Browse files
Bump version of pre-commit hooks (#17)
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 1da7b5b..8159ada 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,3 +42,3 @@ repos: - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 25.9.0 hooks: @@ -49,3 +49,3 @@ repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.0 + rev: v21.1.2 hooks: @@ -119,3 +119,3 @@ repos: - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.3 + rev: 0.34.0 hooks: @@ -147,3 +147,3 @@ repos: - repo: https://github.com/AleksaC/hadolint-py - rev: v2.12.1b3 + rev: v2.14.0 hooks: ``` Co-authored-by: GreatAlexander <4009412+GreatAlexander@users.noreply.github.com>
1 parent 4c91d7c commit 4606544

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ repos:
4040
args: [--py36-plus]
4141

4242
- repo: https://github.com/psf/black
43-
rev: 25.1.0
43+
rev: 25.9.0
4444
hooks:
4545
- id: black
4646
args: ["--line-length=79", -S]
4747

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

118118
# Check Github files
119119
- repo: https://github.com/python-jsonschema/check-jsonschema
120-
rev: 0.33.3
120+
rev: 0.34.0
121121
hooks:
122122
- id: check-github-workflows
123123
args: ["--verbose"]
@@ -145,7 +145,7 @@ repos:
145145

146146
# Dockerfiles
147147
- repo: https://github.com/AleksaC/hadolint-py
148-
rev: v2.12.1b3
148+
rev: v2.14.0
149149
hooks:
150150
- id: hadolint
151151
args: ['--ignore=DL3008']

0 commit comments

Comments
 (0)