Skip to content

Commit

Permalink
Merge pull request #16 from weastur/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
weastur authored May 13, 2024
2 parents deef115 + 4457dc5 commit b769f38
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 @@ -5,7 +5,7 @@ ci:
skip: [hadolint]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -29,12 +29,12 @@ repos:
- id: shellcheck
exclude: ^tests/.*$
- repo: https://github.com/hadolint/hadolint
rev: v2.12.1-beta
rev: v2.13.0-beta
hooks:
- id: hadolint
exclude: ^tests/.*$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.40.0
hooks:
- id: markdownlint
exclude: ^(tests|.github)/.*$
Expand Down

0 comments on commit b769f38

Please sign in to comment.