Skip to content

Commit

Permalink
feat: add conventional pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sphamba committed Apr 18, 2024
1 parent 718714f commit ee65d57
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 ee65d57

Please sign in to comment.