diff --git a/Makefile b/Makefile index 509efe4d..6939e99a 100644 --- a/Makefile +++ b/Makefile @@ -21,9 +21,9 @@ format: ## Format the code and templates files .PHONY: lint lint: ## Lint the code and template files djlint umap/templates --lint &&\ - isort --check --profile black . &&\ - ruff format --check --target-version=py38 . &&\ - vermin --no-tips --violations -t=3.8- . + isort --check --profile black umap/ &&\ + ruff format --check --target-version=py38 umap/ &&\ + vermin --no-tips --violations -t=3.8- umap/ docs: ## Compile the docs mkdocs build