Update pip-compile hook to use pyproject.toml instead of requirements.in
This commit is contained in:
parent
ad02f34b6c
commit
17a070e99b
@ -19,4 +19,4 @@ repos:
|
||||
hooks:
|
||||
# Compile requirements
|
||||
- id: pip-compile
|
||||
args: [ requirements.in, -o, requirements.txt ]
|
||||
args: [ pyproject.toml, -o, requirements.txt ]
|
||||
Loading…
x
Reference in New Issue
Block a user