drop isort

This commit is contained in:
Jakub Miazek 2023-04-10 21:41:45 +02:00
parent 8af785be98
commit 30bb877fcc

View File

@ -43,7 +43,6 @@ lint: ## Lint project code.
.PHONY: format .PHONY: format
format: ## Format project code. format: ## Format project code.
isort app tests
black app tests --line-length=120 black app tests --line-length=120
.PHONY: slim-build .PHONY: slim-build