Skip to content
Snippets Groups Projects
Commit a1ddf784 authored by nimrod's avatar nimrod
Browse files

Add pip-compile hook to the pre-commit skeleton config.

parent 06f06dcb
No related branches found
No related tags found
No related merge requests found
......@@ -185,3 +185,12 @@ repos:
rev: '0.48'
hooks:
- id: check-manifest
- repo: https://github.com/jazzband/pip-tools.git
rev: 6.8.0
hooks:
- id: pip-compile
args:
- "--allow-unsafe"
- "--generate-hashes"
- "--no-upgrade"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment