Skip to content

Commit

Permalink
fix(pre-commit): fix hooks config file (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl authored Mar 26, 2024
1 parent 7493f42 commit 461a7ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- id: hadolint
name: Lint Dockerfiles
description: Runs hadolint to lint Dockerfiles
language: system
types: ["dockerfile"]
entry: hadolint
language: python
types: ["dockerfile"]
require_serial: true

0 comments on commit 461a7ce

Please sign in to comment.