Skip to content

Commit 2a4d7b3

Browse files
Bump version of pre-commit hooks (#13)
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 09c3d6e..43d4449 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,3 +36,3 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.20.0 hooks: @@ -49,3 +49,3 @@ repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.3 + rev: v20.1.5 hooks: @@ -87,3 +87,3 @@ repos: - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.0 + rev: v1.37.1 hooks: ``` Co-authored-by: GreatAlexander <4009412+GreatAlexander@users.noreply.github.com>
1 parent c0bd81e commit 2a4d7b3

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
@@ -34,7 +34,7 @@ repos:
3434

3535
# Python hooks
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.19.1
37+
rev: v3.20.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py36-plus]
@@ -47,7 +47,7 @@ repos:
4747

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

8686
# Yaml formatting
8787
- repo: https://github.com/adrienverge/yamllint.git
88-
rev: v1.37.0
88+
rev: v1.37.1
8989
hooks:
9090
- id: yamllint
9191
args: [--format, parsable, --strict, -c=.yamllint.yml]

0 commit comments

Comments
 (0)