Skip to content

Commit 6340856

Browse files
committed
fix: stages on precommit hook
1 parent c2c58a1 commit 6340856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: detect-private-key
1414
- id: no-commit-to-branch
1515
args: [--branch, main, --branch, master]
16-
stages: [manual, commit-msg]
16+
stages: [manual, commit-msg, pre-commit, prepare-commit-msg]
1717

1818
- repo: https://github.com/pycqa/isort
1919
rev: 5.12.0

0 commit comments

Comments
 (0)