From 2237f76219c41bcfe5fd5b2993b22be5425853f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Thu, 29 Aug 2024 14:01:51 +0200 Subject: [PATCH] Rename `make lint-apply` to `make format` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 603216b63..f32369a7a 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ mypy: mypy-host mypy-tests ## check type hints with mypy lint: lint-black lint-isort mypy ## check the code with various linters .PHONY: lint-apply -lint-apply: lint-black-apply lint-isort-apply ## apply all the linter's suggestions +format: lint-black-apply lint-isort-apply ## apply all the linter's suggestions .PHONY: test test: