Skip to content

Commit

Permalink
Pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 27, 2023
1 parent 93e31af commit 33509ad
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
Expand Up @@ -2,17 +2,17 @@
repos:

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.31.0
rev: v1.32.0
hooks:
- id: yamllint

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

- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.5
rev: 3.0.0
hooks:
- id: forbid-binary
exclude: (\.ico|\.mqproj)$
Expand All @@ -26,7 +26,7 @@ repos:
- id: curlylint

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-byte-order-marker
Expand Down

0 comments on commit 33509ad

Please sign in to comment.