Skip to content

Commit d5e9007

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.37.1) - [github.com/igorshubovych/markdownlint-cli: v0.38.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.38.0...v0.45.0) - [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.33.3](python-jsonschema/check-jsonschema@0.27.3...0.33.3)
1 parent 8a4c4f3 commit d5e9007

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -11,16 +11,16 @@ repos:
1111
- id: check-merge-conflict
1212
- id: check-added-large-files
1313
- repo: https://github.com/adrienverge/yamllint.git
14-
rev: v1.33.0
14+
rev: v1.37.1
1515
hooks:
1616
- id: yamllint
1717
- repo: https://github.com/igorshubovych/markdownlint-cli
18-
rev: v0.38.0
18+
rev: v0.45.0
1919
hooks:
2020
- id: markdownlint-fix
2121
- id: markdownlint
2222
- repo: https://github.com/python-jsonschema/check-jsonschema
23-
rev: 0.27.3
23+
rev: 0.33.3
2424
hooks:
2525
- id: check-github-workflows
2626
- name: Validate docker-compose.yml

0 commit comments

Comments
 (0)