From 98ef2193fb5c9bf8b5c4ef94c758f44881d8b7fd Mon Sep 17 00:00:00 2001 From: Andy Dirnberger Date: Thu, 17 Dec 2020 11:48:07 -0500 Subject: [PATCH] Update pip-tools pre-commit hook The [pip-tools] [pre-commit] hook is being updated because the version being used [runs into issues][issue] with older versions of pip. [issue]: https://github.com/jazzband/pip-tools/issues/1228 [pip-tools]: https://pypi.org/p/pip-tools [pre-commit]: https://pre-commit.com --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c458e02..dbf5213 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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