lint and format

This commit is contained in:
grillazz
2025-05-03 13:30:08 +02:00
parent e215876848
commit 2f484d6f4a
4 changed files with 10 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ py-upgrade: ## Upgrade project py files with pyupgrade library for python versio
.PHONY: lint
lint: ## Lint project code.
poetry run ruff check --fix .
uv run ruff check --fix .
.PHONY: slim-build
slim-build: ## with power of docker-slim build smaller and safer images