Skip to content

Commit

Permalink
style(precommit): add commit msg hook
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Dec 30, 2024
1 parent 1fd89a0 commit 8e1b243
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ repos:
args: ['--branch', 'main']
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/compilerla/conventional-pre-commit
rev: 'v3.6.0'
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.8.4'
hooks:
Expand Down

0 comments on commit 8e1b243

Please sign in to comment.