Add pip-compile pre-commit hook
This commit is contained in:
parent
8fecf9e37b
commit
81fa78f6bb
|
@ -25,3 +25,7 @@ repos:
|
||||||
entry: npm run babel
|
entry: npm run babel
|
||||||
language: node
|
language: node
|
||||||
files: ^ereuse_devicehub/static/js/main_inventory.js
|
files: ^ereuse_devicehub/static/js/main_inventory.js
|
||||||
|
- repo: https://github.com/jazzband/pip-tools
|
||||||
|
rev: 6.8.0
|
||||||
|
hooks:
|
||||||
|
- id: pip-compile
|
||||||
|
|
Reference in New Issue