Skip to content

Commit

Permalink
Merge pull request #1701 from Kludex/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 9, 2022
2 parents a77a5a7 + a8dcc5b commit 5b3fa3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ Sample ``.pre-commit-config.yaml``:
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 6.3.0
rev: 6.9.0
hooks:
- id: pip-compile
Expand All @@ -427,7 +427,7 @@ You might want to customize ``pip-compile`` args by configuring ``args`` and/or
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 6.3.0
rev: 6.9.0
hooks:
- id: pip-compile
files: ^requirements/production\.(in|txt)$
Expand All @@ -439,7 +439,7 @@ If you have multiple requirement files make sure you create a hook for each file
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 5.3.1
rev: 6.9.0
hooks:
- id: pip-compile
name: pip-compile setup.py
Expand Down

0 comments on commit 5b3fa3c

Please sign in to comment.