Skip to content

Commit

Permalink
add pip-compile-multi verify hook
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Feb 16, 2022
1 parent 4a0745c commit d713248
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ repos:
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]
- repo: https://github.com/peterdemin/pip-compile-multi
rev: v2.4.3
hooks:
- id: pip-compile-multi-verify
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
Expand Down

0 comments on commit d713248

Please sign in to comment.