Skip to content

Commit

Permalink
Update pre commit config so things are install into the correct stages
Browse files Browse the repository at this point in the history
  • Loading branch information
JP Hanna committed Dec 30, 2023
1 parent 3727ef9 commit e9e1f97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
default_install_hook_types:
- pre-commit
- commit-msg
default_stages:
- pre-commit
repos:
- repo: local
hooks:
Expand Down Expand Up @@ -65,3 +70,5 @@ repos:
rev: v1.4
hooks:
- id: giticket
stages:
- commit-msg

0 comments on commit e9e1f97

Please sign in to comment.