Skip to content

Commit 74f90cd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.4](Lucas-C/pre-commit-hooks@v1.4.2...v1.5.4) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.5](codespell-project/codespell@v2.2.2...v2.2.5) - [github.com/jorisroovers/gitlint: v0.19.0dev → v0.19.1](jorisroovers/gitlint@v0.19.0dev...v0.19.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.1 → 2.7.2](editorconfig-checker/editorconfig-checker.python@2.7.1...2.7.2) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17) - [github.com/DavidAnson/markdownlint-cli2: v0.6.0 → v0.10.0](DavidAnson/markdownlint-cli2@v0.6.0...v0.10.0)
1 parent 295021c commit 74f90cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,31 @@ repos:
2121
- id: check-toml
2222
- id: check-json
2323
- repo: https://github.com/Lucas-C/pre-commit-hooks
24-
rev: v1.4.2
24+
rev: v1.5.4
2525
hooks:
2626
- id: remove-crlf
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.2.2
28+
rev: v2.2.5
2929
hooks:
3030
- id: codespell
3131
additional_dependencies:
3232
- tomli
3333
- repo: https://github.com/jorisroovers/gitlint
34-
rev: v0.19.0dev
34+
rev: v0.19.1
3535
hooks:
3636
- id: gitlint
3737
args:
3838
- --msg-filename
3939
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
40-
rev: 2.7.1
40+
rev: 2.7.2
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/executablebooks/mdformat
48-
rev: 0.7.16
48+
rev: 0.7.17
4949
hooks:
5050
- id: mdformat
5151
args:
@@ -59,7 +59,7 @@ repos:
5959
- mdformat-black
6060
- mdformat-config
6161
- repo: https://github.com/DavidAnson/markdownlint-cli2
62-
rev: v0.6.0
62+
rev: v0.10.0
6363
hooks:
6464
- id: markdownlint-cli2
6565
additional_dependencies:

0 commit comments

Comments
 (0)