mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: only run lint on our /js/
(Otherwise it will run on vendors…)
This commit is contained in:
parent
6b34c30f90
commit
8fc061429a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ format: ## Format the code and templates files
|
||||||
|
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
lint: ## Lint the code and template files
|
lint: ## Lint the code and template files
|
||||||
npx eslint umap/static/umap/
|
npx eslint umap/static/umap/js/
|
||||||
djlint umap/templates --lint
|
djlint umap/templates --lint
|
||||||
isort --check --profile black umap/
|
isort --check --profile black umap/
|
||||||
ruff format --check --target-version=py310 umap/
|
ruff format --check --target-version=py310 umap/
|
||||||
|
|
Loading…
Reference in a new issue