Pre-commit lint is not working
mehaase opened this issue · comments
Mark E. Haase commented
When running make lint
in a local dev environment, the following error occurs:
./.venv/bin/pre-commit install
make: ./.venv/bin/pre-commit: No such file or directory
make: *** [.git/hooks/pre-commit] Error 1
This is because pre-commit
is not installed in .venv
.
Mark E. Haase commented
Closed via #171