pdfchat / .pre-commit-config.yaml
peinan's picture
remove `-e file:.` in requirements.txt
1e241d8
raw
history blame contribute delete
No virus
286 Bytes
repos:
- repo: local
hooks:
- id: generate-requirements
name: Generate requirements.txt from requirements.lock and add to git
entry: bash -c './scripts/generate-requirements.sh'
language: system
always_run: true
pass_filenames: false