Skip to content

Commit e701369

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.8](rhysd/actionlint@v1.7.7...v1.7.8) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/pre-commit/mirrors-clang-format: v20.1.7 → v21.1.2](pre-commit/mirrors-clang-format@v20.1.7...v21.1.2) - [github.com/BlankSpruce/gersemi: 0.20.1 → 0.22.3](BlankSpruce/gersemi@0.20.1...0.22.3) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
1 parent 1efe84c commit e701369

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ default_language_version:
2222
exclude: ^test/data
2323
repos:
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v5.0.0
25+
rev: v6.0.0
2626
hooks:
2727
- id: check-added-large-files
2828
- id: check-case-conflict
@@ -36,11 +36,11 @@ repos:
3636
- --fix=lf
3737
- id: trailing-whitespace
3838
- repo: https://github.com/shellcheck-py/shellcheck-py
39-
rev: v0.10.0.1
39+
rev: v0.11.0.1
4040
hooks:
4141
- id: shellcheck
4242
- repo: https://github.com/rhysd/actionlint
43-
rev: v1.7.7
43+
rev: v1.7.8
4444
hooks:
4545
- id: actionlint
4646
- repo: https://github.com/codespell-project/codespell
@@ -53,27 +53,27 @@ repos:
5353
- id: markdownlint-cli2
5454
# Formatters should be run late so that they can re-format any prior changes.
5555
- repo: https://github.com/psf/black-pre-commit-mirror
56-
rev: 25.1.0
56+
rev: 25.9.0
5757
hooks:
5858
- id: black
5959
args: ["--line-length", "120", "--target-version", "py311"]
6060
- repo: https://github.com/pycqa/isort
61-
rev: 6.0.1
61+
rev: 7.0.0
6262
hooks:
6363
- id: isort
6464
args: ["--profile", "black", "--py", "311"]
6565
- repo: https://github.com/pre-commit/mirrors-clang-format
66-
rev: v20.1.7
66+
rev: v21.1.2
6767
hooks:
6868
- id: clang-format
6969
types_or: [c, c++]
7070
- repo: https://github.com/BlankSpruce/gersemi
71-
rev: 0.20.1
71+
rev: 0.22.3
7272
hooks:
7373
- id: gersemi
7474
exclude: ^cmake/modules/
7575
- repo: https://github.com/pre-commit/mirrors-prettier
76-
rev: v3.1.0
76+
rev: v4.0.0-alpha.8
7777
hooks:
7878
- id: prettier
7979
types_or: [markdown, yaml]

0 commit comments

Comments
 (0)