From 8fc061429a06dc86a37cd7852a97965f401071ef Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 29 Jul 2024 16:40:57 +0200 Subject: [PATCH] chore: only run lint on our /js/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Otherwise it will run on vendors…) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e8d40f5..c84fc1ea 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ format: ## Format the code and templates files .PHONY: lint lint: ## Lint the code and template files - npx eslint umap/static/umap/ + npx eslint umap/static/umap/js/ djlint umap/templates --lint isort --check --profile black umap/ ruff format --check --target-version=py310 umap/