Skip to content

Commit b1cbd0e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/jorisroovers/gitlint: v0.17.0 → v0.19.0dev](jorisroovers/gitlint@v0.17.0...v0.19.0dev) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.6.1 → 2.6.2](editorconfig-checker/editorconfig-checker.python@2.6.1...2.6.2) - [github.com/DavidAnson/markdownlint-cli2: v0.5.1 → v0.6.0](DavidAnson/markdownlint-cli2@v0.5.1...v0.6.0)
1 parent 2c53cfc commit b1cbd0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
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.3.0
4+
rev: v4.4.0
55
hooks:
66
- id: check-added-large-files
77
- id: fix-byte-order-marker
@@ -31,13 +31,13 @@ repos:
3131
additional_dependencies:
3232
- tomli
3333
- repo: https://github.com/jorisroovers/gitlint
34-
rev: v0.17.0
34+
rev: v0.19.0dev
3535
hooks:
3636
- id: gitlint
3737
args:
3838
- --msg-filename
3939
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
40-
rev: 2.6.1
40+
rev: 2.6.2
4141
hooks:
4242
- id: editorconfig-checker
4343
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -62,7 +62,7 @@ repos:
6262
- mdformat-black
6363
- mdformat-config
6464
- repo: https://github.com/DavidAnson/markdownlint-cli2
65-
rev: v0.5.1
65+
rev: v0.6.0
6666
hooks:
6767
- id: markdownlint-cli2
6868
additional_dependencies:

0 commit comments

Comments
 (0)