Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pip-tools version in the README's pre-commit examples #1701

Merged
merged 2 commits into from
Nov 9, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
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