Add style checks to `make lint`

This commit is contained in:
WeberJulian 2022-03-23 11:09:22 +01:00
parent b446fc59e3
commit a7e572c8d1
1 changed files with 2 additions and 0 deletions

View File

@ -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