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 ea073fd commit fef4655Copy full SHA for fef4655
Doc/Makefile
@@ -284,17 +284,17 @@ _ensure-package: venv
284
$(VENVDIR)/bin/python3 -m pip install $(PACKAGE); \
285
fi
286
287
-.PHONY: _ensure-prek
288
-_ensure-prek:
289
- $(MAKE) _ensure-package PACKAGE=prek
+.PHONY: _ensure-pre-commit
+_ensure-pre-commit:
+ $(MAKE) _ensure-package PACKAGE=pre-commit
290
291
.PHONY: _ensure-sphinx-autobuild
292
_ensure-sphinx-autobuild:
293
$(MAKE) _ensure-package PACKAGE=sphinx-autobuild
294
295
.PHONY: check
296
-check: _ensure-prek
297
- $(VENVDIR)/bin/python3 -m prek run --all-files
+check: _ensure-pre-commit
+ $(VENVDIR)/bin/python3 -m pre-commit run --all-files
298
299
.PHONY: serve
300
serve:
0 commit comments