diff --git a/Makefile b/Makefile index b5ee6e5..a2a7038 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,6 @@ lint: ## Lint project code. .PHONY: format format: ## Format project code. - isort app tests black app tests --line-length=120 .PHONY: slim-build