Skip to content

Commit

Permalink
Added pip-compile to pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Jun 16, 2022
1 parent 86f17cd commit aae79f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ repos:
hooks:
- id: interrogate
exclude: (_vendor|test).*
- repo: https://github.com/jazzband/pip-tools
rev: 6.6.2
hooks:
- id: pip-compile
files: ^requirements.*?\.(in|txt)$

0 comments on commit aae79f5

Please sign in to comment.