From 30bb877fccf2c97d04a8267b90b454ddb6f487a2 Mon Sep 17 00:00:00 2001 From: Jakub Miazek Date: Mon, 10 Apr 2023 21:41:45 +0200 Subject: [PATCH] drop isort --- Makefile | 1 - 1 file changed, 1 deletion(-) 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