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 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/Kuniwak/vint: 94d2cb3fd9526a89911b7c1e083a1fd78bace729 → v0.4a3](Vimjas/vint@94d2cb3...v0.4a3)
- [github.com/hadolint/hadolint: v2.12.1-beta → v2.13.1-beta](hadolint/hadolint@v2.12.1-beta...v2.13.1-beta)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 4f114b8 commit 86a092c
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 @@ -12,7 +12,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
# - id: detect-aws-credentials
- id: check-added-large-files
Expand All @@ -30,7 +30,7 @@ repos:
args: [--branch, main]
- id: trailing-whitespace
- repo: https://github.com/Kuniwak/vint
rev: 94d2cb3fd9526a89911b7c1e083a1fd78bace729
rev: v0.4a3
hooks:
- id: vint
args: [--enable-neovim]
Expand All @@ -41,7 +41,7 @@ repos:
- id: fish_syntax
- id: fish_indent
- repo: https://github.com/hadolint/hadolint
rev: v2.12.1-beta
rev: v2.13.1-beta
hooks:
- id: hadolint
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand Down

0 comments on commit 86a092c

Please sign in to comment.