Skip to content

Commit fef4655

Browse files
AA-Turnerhugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent ea073fd commit fef4655

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -284,17 +284,17 @@ _ensure-package: venv
284284
$(VENVDIR)/bin/python3 -m pip install $(PACKAGE); \
285285
fi
286286

287-
.PHONY: _ensure-prek
288-
_ensure-prek:
289-
$(MAKE) _ensure-package PACKAGE=prek
287+
.PHONY: _ensure-pre-commit
288+
_ensure-pre-commit:
289+
$(MAKE) _ensure-package PACKAGE=pre-commit
290290

291291
.PHONY: _ensure-sphinx-autobuild
292292
_ensure-sphinx-autobuild:
293293
$(MAKE) _ensure-package PACKAGE=sphinx-autobuild
294294

295295
.PHONY: check
296-
check: _ensure-prek
297-
$(VENVDIR)/bin/python3 -m prek run --all-files
296+
check: _ensure-pre-commit
297+
$(VENVDIR)/bin/python3 -m pre-commit run --all-files
298298

299299
.PHONY: serve
300300
serve:

0 commit comments

Comments
 (0)