Skip to content

Commit cfcd7da

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.4.1 → 3.6.1](editorconfig-checker/editorconfig-checker.python@3.4.1...3.6.1) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.12](rhysd/actionlint@v1.7.8...v1.7.12) - [github.com/adrienverge/yamllint: v1.37.1 → v1.38.0](adrienverge/yamllint@v1.37.1...v1.38.0) - [github.com/DavidAnson/markdownlint-cli2: v0.18.1 → v0.22.1](DavidAnson/markdownlint-cli2@v0.18.1...v0.22.1) - [github.com/scop/pre-commit-shfmt: v3.12.0-2 → v3.13.1-1](scop/pre-commit-shfmt@v3.12.0-2...v3.13.1-1) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.15.12](astral-sh/ruff-pre-commit@v0.14.3...v0.15.12)
1 parent ede34f0 commit cfcd7da

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ repos:
2323
- id: check-toml
2424
- id: check-json
2525
- repo: https://github.com/Lucas-C/pre-commit-hooks
26-
rev: v1.5.5
26+
rev: v1.5.6
2727
hooks:
2828
- id: remove-crlf
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.4.1
30+
rev: v2.4.2
3131
hooks:
3232
- id: codespell
3333
additional_dependencies:
@@ -39,7 +39,7 @@ repos:
3939
args:
4040
- --msg-filename
4141
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
42-
rev: 3.4.1
42+
rev: 3.6.1
4343
hooks:
4444
- id: editorconfig-checker
4545
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -51,11 +51,11 @@ repos:
5151
exclude_types:
5252
- zsh
5353
- repo: https://github.com/rhysd/actionlint
54-
rev: v1.7.8
54+
rev: v1.7.12
5555
hooks:
5656
- id: actionlint
5757
- repo: https://github.com/adrienverge/yamllint
58-
rev: v1.37.1
58+
rev: v1.38.0
5959
hooks:
6060
- id: yamllint
6161
- repo: https://github.com/executablebooks/mdformat
@@ -73,17 +73,17 @@ repos:
7373
- mdformat-config
7474
- mdformat-web
7575
- repo: https://github.com/DavidAnson/markdownlint-cli2
76-
rev: v0.18.1
76+
rev: v0.22.1
7777
hooks:
7878
- id: markdownlint-cli2
7979
additional_dependencies:
8080
- markdown-it-texmath
8181
- repo: https://github.com/scop/pre-commit-shfmt
82-
rev: v3.12.0-2
82+
rev: v3.13.1-1
8383
hooks:
8484
- id: shfmt
8585
- repo: https://github.com/astral-sh/ruff-pre-commit
86-
rev: v0.14.3
86+
rev: v0.15.12
8787
hooks:
8888
- id: ruff-check
8989
- id: ruff-format

0 commit comments

Comments
 (0)