Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki authored Aug 17, 2024
1 parent 252a2ff commit b5db165
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,10 @@ repos:
- id: yamllint
args: [--strict, -c=.yamllint]

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

- repo: local
hooks:
- id: dprint
name: dprint fmt
entry: npx dprint fmt
args: ["--allow-no-files"]
language: system
- id: shellcheck
name: shellcheck
entry: shellcheck
files: \.(ba)?sh$
language: system

0 comments on commit b5db165

Please sign in to comment.