From 809787b4bcb231bd0b3498cde91580f4739151d8 Mon Sep 17 00:00:00 2001 From: phala Date: Mon, 13 Nov 2023 12:21:07 +0100 Subject: [PATCH] Add documentation to make targets --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f5c64372..e70b8f3c 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ ifdef html PYTEST += --html=$(resultsdir)/report-$(@F).html endif -commit-acceptance: black pylint mypy all-is-package +commit-acceptance: black pylint mypy all-is-package ## Runs pre-commit linting checks pylint mypy: poetry poetry run $@ $(flags) testsuite @@ -27,7 +27,7 @@ pylint mypy: poetry black: poetry poetry run black --check testsuite --diff -reformat: poetry +reformat: poetry ## Reformats testsuite with black poetry run black testsuite all-is-package: @@ -67,9 +67,9 @@ poetry.lock: pyproject.toml @ touch .make-poetry-sync-no-dev -poetry: .make-poetry-sync +poetry: .make-poetry-sync ## Installs poetry with all dependencies -poetry-no-dev: .make-poetry-sync-no-dev +poetry-no-dev: .make-poetry-sync-no-dev ## Installs poetry without development dependencies # Check http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html help: ## Print this help