Skip to content

Commit aa7aca4

Browse files
autoupdate pre-commit
1 parent f506e94 commit aa7aca4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude: ^src/external_dependencies/
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v3.4.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: check-ast
2121
- id: check-case-conflict
@@ -31,12 +31,12 @@ repos:
3131
- id: fix-byte-order-marker
3232

3333
- repo: https://github.com/psf/black
34-
rev: 22.3.0
34+
rev: 25.9.0
3535
hooks:
3636
- id: black
3737

3838
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.0.0
39+
rev: v2.4.1
4040
hooks:
4141
- id: codespell
4242
args: ["--write-changes", "-L", "atleast,inout,ether"] # Provide a comma-separated list of misspelled words that codespell should ignore (for example: '-L', 'word1,word2,word3').
@@ -51,7 +51,7 @@ repos:
5151
args: ["-fallback-style=none"]
5252

5353
- repo: https://github.com/adrienverge/yamllint
54-
rev: v1.27.1
54+
rev: v1.37.1
5555
hooks:
5656
- id: yamllint
5757
args:
@@ -64,13 +64,13 @@ repos:
6464
files: \.(yml|yaml)$
6565

6666
- repo: https://github.com/tcort/markdown-link-check
67-
rev: v3.10.3
67+
rev: v3.14.1
6868
hooks:
6969
- id: markdown-link-check
7070

7171
# NOTE: Broken on arm64. Will need to bump once https://github.com/hadolint/hadolint/issues/840 is fixed.
7272
- repo: https://github.com/hadolint/hadolint
73-
rev: v2.11.0
73+
rev: v2.14.0
7474
hooks:
7575
- id: hadolint
7676
name: "Lint Dockerfiles"
@@ -79,7 +79,7 @@ repos:
7979
entry: hadolint/hadolint:2.11.0 hadolint
8080

8181
- repo: https://github.com/pre-commit/mirrors-prettier
82-
rev: "v3.1.0"
82+
rev: "v4.0.0-alpha.8"
8383
hooks:
8484
# Use Prettier to lint XML files because, well.. its rules are prettier than most linters, as the name implies.
8585
# Also we use it in the UI, so it's familiar.

0 commit comments

Comments
 (0)