mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +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
|
||||
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/
|
||||
|
|
Loading…
Reference in a new issue