mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-13 20:06:43 +00:00
Run pip-compile pre-commit from within the scripts/ directory to match the files generated by Dependabot
This commit is contained in:
@@ -39,6 +39,6 @@ repos:
|
||||
rev: 7.3.0
|
||||
hooks:
|
||||
- id: pip-compile
|
||||
name: pip-compile scripts/make_release_requirements.in
|
||||
name: pip-compile make_release_requirements.in
|
||||
files: ^(.*/)?make_release_requirements\.(in|txt)$
|
||||
args: ["--output-file=scripts/make_release_requirements.txt", "scripts/make_release_requirements.in"]
|
||||
entry: bash -c 'cd scripts/ && pip-compile --output-file="make_release_requirements.txt" "make_release_requirements.in"'
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# This file is autogenerated by pip-compile with Python 3.11
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile --output-file=scripts/make_release_requirements.txt scripts/make_release_requirements.in
|
||||
# pip-compile --output-file=make_release_requirements.txt make_release_requirements.in
|
||||
#
|
||||
certifi==2023.7.22
|
||||
# via requests
|
||||
|
||||
Reference in New Issue
Block a user