[pre-commit] add hook to verify the compiled requirements are up-to-date
This commit is contained in:
parent
00be7b7ff5
commit
a7c73f559f
1 changed files with 4 additions and 0 deletions
4
.pre-commit-config.yaml
Normal file
4
.pre-commit-config.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- repo: https://github.com/peterdemin/pip-compile-multi
|
||||
rev: v2.6.2
|
||||
hooks:
|
||||
- id: pip-compile-multi-verify
|
Loading…
Reference in a new issue