Skip to content

Commit

Permalink
fix: initial config
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-bee committed Oct 30, 2024
1 parent 0aafd60 commit da1574a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ repos:
- repo: https://github.com/hadolint/hadolint
rev: v2.10.0
hooks:
- id: hadolint # Lints Dockerfiles
- id: hadolint # Lints Dockerfiles
# Conventional commit hooks
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.6.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []
- id: conventional-pre-commit
stages: [commit-msg]
args: []

0 comments on commit da1574a

Please sign in to comment.