Skip to content

Commit

Permalink
Pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 13, 2024
1 parent 998a068 commit f9861b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-byte-order-marker
Expand All @@ -16,7 +16,7 @@ repos:
exclude: \.txt$

- repo: https://github.com/igorshubovych/markdownlint-cli.git
rev: v0.35.0
rev: v0.39.0
hooks:
- id: markdownlint

Expand All @@ -32,7 +32,7 @@ repos:
- id: shellcheck

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
rev: v1.34.0
hooks:
- id: yamllint
args: ["-c", ".yamllint", "-s"]

0 comments on commit f9861b5

Please sign in to comment.