refactor: fix ruff lint deprecated stuff

This commit is contained in:
Jakub Miazek
2024-03-29 14:15:08 +01:00
parent 68e73d60ec
commit b71da2bf81
2 changed files with 5 additions and 5 deletions

View File

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