Skip to content

Commit

Permalink
Pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Nov 7, 2021
1 parent 63f4e97 commit b4c880a
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: v3.1.0
rev: v4.0.1
hooks:
- id: check-added-large-files
- id: check-byte-order-marker
Expand All @@ -14,12 +14,12 @@ repos:
- id: trailing-whitespace

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

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

0 comments on commit b4c880a

Please sign in to comment.