You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip-compile..............................................................Failed
- hook id: pip-compile
- exit code: 2
Usage: pip-compile [OPTIONS] [SRC_FILES]...
Error: Invalid value: If you do not specify an input file, the default is requirements.in or setup.py
I'm not sure what changed. Anyway, it is not working :-/
The text was updated successfully, but these errors were encountered:
I receive a
FileNotFoundError: [Errno 2] No such file or directory: 'myproject/_version.py'
, because I have this structure:Environment Versions
Steps to replicate
Having the above folder structure and this .pre-commit-config.yaml:
Expected result
A
requirements.txt
within theweb
directoryActual result
Weird ... now I get:
I'm not sure what changed. Anyway, it is not working :-/
The text was updated successfully, but these errors were encountered: