From a7e572c8d10d3eaa026e3614561ee161e6810864 Mon Sep 17 00:00:00 2001 From: WeberJulian Date: Wed, 23 Mar 2022 11:09:22 +0100 Subject: [PATCH] Add style checks to `make lint` --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d04cd976..69f34c79 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,8 @@ style: ## update code style. lint: ## run pylint linter. pylint ${target_dirs} + black ${target_dirs} --check + isort ${target_dirs} --check-only system-deps: ## install linux system deps sudo apt-get install -y libsndfile1-dev