Skip to content

Commit

Permalink
ci(pre-commit): replace hadolint-docker with hadolint-py
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Mar 3, 2024
1 parent d863cfe commit 944f617
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 @@ ci:
autofix_commit_msg: "chore: auto fixes from `pre-commit` hooks"
autoupdate_commit_msg: "chore(pre-commit): autoupdate"
autoupdate_schedule: quarterly
skip: [golangci-lint, hadolint-docker]
skip: [golangci-lint]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
hooks:
- id: golangci-lint

- repo: https://github.com/hadolint/hadolint
- repo: https://github.com/aleksac/hadolint-py
rev: v2.12.0
hooks:
- id: hadolint-docker
- id: hadolint

0 comments on commit 944f617

Please sign in to comment.