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

replaced flake8 with ruff

This commit is contained in:
Bastian Venthur
2023-09-20 12:58:50 +02:00
parent 6431ffae8c
commit ead8c518c3
4 changed files with 19 additions and 5 deletions

View File

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