Commit a1ddf784 authored by nimrod's avatar nimrod
Browse files

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

parent 06f06dcb
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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"