Skip to content

Commit 222a919

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5) - [github.com/codespell-project/codespell: v2.2.5 → v2.3.0](codespell-project/codespell@v2.2.5...v2.3.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.2 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.2...3.0.3) - [github.com/rhysd/actionlint: v1.6.25 → v1.7.3](rhysd/actionlint@v1.6.25...v1.7.3) - [github.com/adrienverge/yamllint: v1.32.0 → v1.35.1](adrienverge/yamllint@v1.32.0...v1.35.1) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17) - [github.com/DavidAnson/markdownlint-cli2: v0.8.1 → v0.14.0](DavidAnson/markdownlint-cli2@v0.8.1...v0.14.0)
1 parent 42bf1d9 commit 222a919

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.4.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-added-large-files
77
- id: fix-byte-order-marker
@@ -21,11 +21,11 @@ repos:
2121
- id: check-toml
2222
- id: check-json
2323
- repo: https://github.com/Lucas-C/pre-commit-hooks
24-
rev: v1.5.4
24+
rev: v1.5.5
2525
hooks:
2626
- id: remove-crlf
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.2.5
28+
rev: v2.3.0
2929
hooks:
3030
- id: codespell
3131
additional_dependencies:
@@ -37,23 +37,23 @@ repos:
3737
args:
3838
- --msg-filename
3939
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
40-
rev: 2.7.2
40+
rev: 3.0.3
4141
hooks:
4242
- id: editorconfig-checker
4343
- repo: https://github.com/jumanjihouse/pre-commit-hooks
4444
rev: 3.0.0
4545
hooks:
4646
- id: check-mailmap
4747
- repo: https://github.com/rhysd/actionlint
48-
rev: v1.6.25
48+
rev: v1.7.3
4949
hooks:
5050
- id: actionlint
5151
- repo: https://github.com/adrienverge/yamllint
52-
rev: v1.32.0
52+
rev: v1.35.1
5353
hooks:
5454
- id: yamllint
5555
- repo: https://github.com/executablebooks/mdformat
56-
rev: 0.7.16
56+
rev: 0.7.17
5757
hooks:
5858
- id: mdformat
5959
additional_dependencies:
@@ -66,7 +66,7 @@ repos:
6666
- mdformat-black
6767
- mdformat-config
6868
- repo: https://github.com/DavidAnson/markdownlint-cli2
69-
rev: v0.8.1
69+
rev: v0.14.0
7070
hooks:
7171
- id: markdownlint-cli2
7272
additional_dependencies:

0 commit comments

Comments
 (0)