Skip to content

Commit 2222462

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/editorconfig-checker/editorconfig-checker.python: 3.4.0 → 3.6.0](editorconfig-checker/editorconfig-checker.python@3.4.0...3.6.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.9](rhysd/actionlint@v1.7.7...v1.7.9) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/DavidAnson/markdownlint-cli2: v0.18.1 → v0.19.1](DavidAnson/markdownlint-cli2@v0.18.1...v0.19.1) - [github.com/NixOS/nixfmt: v1.0.0 → v1.1.0](NixOS/nixfmt@v1.0.0...v1.1.0)
1 parent 0972a6c commit 2222462

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ repos:
4242
args:
4343
- --msg-filename
4444
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
45-
rev: 3.4.0
45+
rev: 3.6.0
4646
hooks:
4747
- id: editorconfig-checker
4848
- repo: https://github.com/jumanjihouse/pre-commit-hooks
4949
rev: 3.0.0
5050
hooks:
5151
- id: check-mailmap
5252
- repo: https://github.com/rhysd/actionlint
53-
rev: v1.7.7
53+
rev: v1.7.9
5454
hooks:
5555
- id: actionlint
5656
- repo: https://github.com/adrienverge/yamllint
5757
rev: v1.37.1
5858
hooks:
5959
- id: yamllint
6060
- repo: https://github.com/executablebooks/mdformat
61-
rev: 0.7.22
61+
rev: 1.0.0
6262
hooks:
6363
- id: mdformat
6464
additional_dependencies:
@@ -72,7 +72,7 @@ repos:
7272
- mdformat-config
7373
- mdformat-web
7474
- repo: https://github.com/DavidAnson/markdownlint-cli2
75-
rev: v0.18.1
75+
rev: v0.19.1
7676
hooks:
7777
- id: markdownlint-cli2
7878
additional_dependencies:
@@ -82,7 +82,7 @@ repos:
8282
hooks:
8383
- id: luacheck
8484
- repo: https://github.com/NixOS/nixfmt
85-
rev: v1.0.0
85+
rev: v1.1.0
8686
hooks:
8787
- id: nixfmt
8888

0 commit comments

Comments
 (0)