Skip to content

Commit d713248

Browse files
committed
add pip-compile-multi verify hook
1 parent 4a0745c commit d713248

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ repos:
2222
hooks:
2323
- id: flake8
2424
additional_dependencies: [flake8-bugbear]
25+
- repo: https://github.com/peterdemin/pip-compile-multi
26+
rev: v2.4.3
27+
hooks:
28+
- id: pip-compile-multi-verify
2529
- repo: https://github.com/pre-commit/pre-commit-hooks
2630
rev: v4.1.0
2731
hooks:

0 commit comments

Comments
 (0)