Skip to content

Commit

Permalink
Upgrade pip-tools to be compatible with pip>=22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Mar 28, 2022
1 parent c218573 commit b66593d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
minimum_pre_commit_version: 2.4.0
default_language_version:
python: python3.9
python: python3.8
repos:
- repo: https://github.com/ambv/black
rev: 21.12b0
Expand All @@ -17,7 +17,7 @@ repos:
- id: reorder-python-imports
args: ["--application-directories=.:src", "--py37-plus"]
- repo: https://github.com/jazzband/pip-tools
rev: 6.4.0
rev: 6.5.0
hooks:
- id: pip-compile
files: |
Expand All @@ -27,7 +27,7 @@ repos:
)$
args: ["--output-file=requirements.txt"]
- repo: https://github.com/jazzband/pip-tools
rev: 6.4.0
rev: 6.5.0
hooks:
- id: pip-compile
files: |
Expand Down

0 comments on commit b66593d

Please sign in to comment.