project banner

This commit is contained in:
Jakub Miazek
2022-11-14 10:25:02 +01:00
parent 62e1121f4e
commit 6b3f50f404
3 changed files with 3 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ py-upgrade: ## Upgrade project py files with pyupgrade library for python versio
.PHONY: lint
lint: ## Lint project code.
ruff .
poetry run ruff .
.PHONY: format
format: ## Format project code.