Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Update pip-tools pre-commit hook
Browse files Browse the repository at this point in the history
The [pip-tools] [pre-commit] hook is being updated because the version
being used [runs into issues][issue] with older versions of pip.

[issue]: jazzband/pip-tools#1228
[pip-tools]: https://pypi.org/p/pip-tools
[pre-commit]: https://pre-commit.com
  • Loading branch information
dirn committed Dec 17, 2020
1 parent cf853c6 commit 98ef219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
files: requirements\.in$
- id: trailing-whitespace
- repo: https://github.com/jazzband/pip-tools
rev: 5.3.1
rev: 5.4.0
hooks:
- id: pip-compile
name: Compile requirements
Expand Down

0 comments on commit 98ef219

Please sign in to comment.