1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

run ruff check explicitely

This commit is contained in:
Bastian Venthur
2023-09-20 15:16:58 +02:00
parent a7c221f345
commit f2900fdb4b

View File

@@ -33,7 +33,7 @@ mypy: $(VENV)
.PHONY: lint .PHONY: lint
lint: $(VENV) lint: $(VENV)
$(BIN)/ruff . $(BIN)/ruff check .
.PHONY: build .PHONY: build
build: $(VENV) build: $(VENV)