Skip to content

Commit 0a7882e

Browse files
Update pre-commit hooks
1 parent 93e0024 commit 0a7882e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-clang-format
3-
rev: v19.1.6
3+
rev: v20.1.0
44
hooks:
55
- id: clang-format
66
name: Format C/C++
@@ -17,13 +17,13 @@ repos:
1717
additional_dependencies: [pyyaml>=5.1]
1818

1919
- repo: https://github.com/psf/black-pre-commit-mirror
20-
rev: 22.3.0
20+
rev: 25.1.0
2121
hooks:
2222
- id: black
2323
name: Format python
2424

2525
- repo: https://github.com/pamoller/xmlformatter
26-
rev: v0.2.6
26+
rev: v0.2.8
2727
hooks:
2828
- id: xml-formatter
2929
name: Format xml
@@ -32,14 +32,14 @@ repos:
3232
files: \.xml$
3333

3434
- repo: https://github.com/google/yamlfmt
35-
rev: v0.12.1
35+
rev: v0.16.0
3636
hooks:
3737
- id: yamlfmt
3838
name: Format yaml
3939
args: [-conf, utilities/code_checks/.yamlfmt.yaml]
4040

4141
- repo: https://github.com/pre-commit/pre-commit-hooks
42-
rev: v4.5.0
42+
rev: v5.0.0
4343
hooks:
4444
- id: trailing-whitespace
4545
name: Trim trailing whitespace
@@ -73,7 +73,7 @@ repos:
7373
- --detect-license-in-X-top-lines=3
7474

7575
- repo: https://github.com/crate-ci/typos
76-
rev: v1.28.4
76+
rev: v1.31.1
7777
hooks:
7878
- id: typos
7979
name: Check for typos in code

0 commit comments

Comments
 (0)