Skip to content

Commit

Permalink
Merge pull request #22 from ltelab/feat-conventional-pre-commits
Browse files Browse the repository at this point in the history
Add conventional pre-commit
  • Loading branch information
sphamba authored Apr 19, 2024
2 parents 718714f + ee65d57 commit 5895fd4
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
Expand Up @@ -76,3 +76,10 @@ repos:
- id: nbqa-ruff
args: ["--fix"]
- id: nbqa-ruff

- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []

0 comments on commit 5895fd4

Please sign in to comment.