We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d6464 commit 659abbeCopy full SHA for 659abbe
Makefile
@@ -43,7 +43,7 @@ all: \
43
.venv-pre-commit/var/.pre-commit-built.log:
44
rm -rf .venv-pre-commit
45
test -r .pre-commit-config.yaml \
46
- || (echo "ERROR:Makefile:pre-commit is expected to install for this repository, but .pre-commit-config.yaml does not expect to exist." >&2 ; exit 1)
+ || (echo "ERROR:Makefile:pre-commit is expected to install for this repository, but .pre-commit-config.yaml does not seem to exist." >&2 ; exit 1)
47
$(PYTHON3) -m venv \
48
.venv-pre-commit
49
source .venv-pre-commit/bin/activate \
0 commit comments