Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1)
- [github.com/igorshubovych/markdownlint-cli: v0.38.0 → v0.41.0](igorshubovych/markdownlint-cli@v0.38.0...v0.41.0)
- [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.28.5](python-jsonschema/check-jsonschema@0.27.3...0.28.5)
  • Loading branch information
pre-commit-ci[bot] committed Jun 17, 2024
1 parent 7248c68 commit 8d626ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -11,16 +11,16 @@ repos:
- id: check-merge-conflict
- id: check-added-large-files
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.38.0
rev: v0.41.0
hooks:
- id: markdownlint-fix
- id: markdownlint
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
rev: 0.28.5
hooks:
- id: check-github-workflows
- name: Validate docker-compose.yml
Expand Down

0 comments on commit 8d626ea

Please sign in to comment.