Skip to content

Commit 1d75825

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.10](rhysd/actionlint@v1.7.7...v1.7.10) - [github.com/DavidAnson/markdownlint-cli2: v0.18.1 → v0.20.0](DavidAnson/markdownlint-cli2@v0.18.1...v0.20.0) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.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.8](pre-commit/mirrors-clang-format@v20.1.7...v21.1.8) - [github.com/BlankSpruce/gersemi: 0.20.1 → 0.25.1](BlankSpruce/gersemi@0.20.1...0.25.1) - [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 e57a641 commit 1d75825

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 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,44 +36,44 @@ 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.10
4444
hooks:
4545
- id: actionlint
4646
- repo: https://github.com/codespell-project/codespell
4747
rev: v2.4.1
4848
hooks:
4949
- id: codespell
5050
- repo: https://github.com/DavidAnson/markdownlint-cli2
51-
rev: v0.18.1
51+
rev: v0.20.0
5252
hooks:
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.12.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.8
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.25.1
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)