Skip to content

Commit 6938e23

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [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.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.6.0](editorconfig-checker/editorconfig-checker.python@2.7.3...3.6.0) - [github.com/rhysd/actionlint: v1.7.1 → v1.7.10](rhysd/actionlint@v1.7.1...v1.7.10) - [github.com/adrienverge/yamllint: v1.35.1 → v1.38.0](adrienverge/yamllint@v1.35.1...v1.38.0) - [github.com/executablebooks/mdformat: 0.7.17 → 1.0.0](hukkin/mdformat@0.7.17...1.0.0) - [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.20.0](DavidAnson/markdownlint-cli2@v0.13.0...v0.20.0)
1 parent 75d1b99 commit 6938e23

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
@@ -3,7 +3,7 @@ exclude: ^(src|bindings)/
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: fix-byte-order-marker
@@ -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.3.0
30+
rev: v2.4.1
3131
hooks:
3232
- id: codespell
3333
additional_dependencies:
@@ -39,23 +39,23 @@ repos:
3939
args:
4040
- --msg-filename
4141
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
42-
rev: 2.7.3
42+
rev: 3.6.0
4343
hooks:
4444
- id: editorconfig-checker
4545
- repo: https://github.com/jumanjihouse/pre-commit-hooks
4646
rev: 3.0.0
4747
hooks:
4848
- id: check-mailmap
4949
- repo: https://github.com/rhysd/actionlint
50-
rev: v1.7.1
50+
rev: v1.7.10
5151
hooks:
5252
- id: actionlint
5353
- repo: https://github.com/adrienverge/yamllint
54-
rev: v1.35.1
54+
rev: v1.38.0
5555
hooks:
5656
- id: yamllint
5757
- repo: https://github.com/executablebooks/mdformat
58-
rev: 0.7.17
58+
rev: 1.0.0
5959
hooks:
6060
- id: mdformat
6161
additional_dependencies:
@@ -69,7 +69,7 @@ repos:
6969
- mdformat-config
7070
- mdformat-web
7171
- repo: https://github.com/DavidAnson/markdownlint-cli2
72-
rev: v0.13.0
72+
rev: v0.20.0
7373
hooks:
7474
- id: markdownlint-cli2
7575
additional_dependencies:

0 commit comments

Comments
 (0)