mirror of https://github.com/coqui-ai/TTS.git
Add style checks to `make lint`
This commit is contained in:
parent
b446fc59e3
commit
a7e572c8d1
2
Makefile
2
Makefile
|
@ -44,6 +44,8 @@ style: ## update code style.
|
||||||
|
|
||||||
lint: ## run pylint linter.
|
lint: ## run pylint linter.
|
||||||
pylint ${target_dirs}
|
pylint ${target_dirs}
|
||||||
|
black ${target_dirs} --check
|
||||||
|
isort ${target_dirs} --check-only
|
||||||
|
|
||||||
system-deps: ## install linux system deps
|
system-deps: ## install linux system deps
|
||||||
sudo apt-get install -y libsndfile1-dev
|
sudo apt-get install -y libsndfile1-dev
|
||||||
|
|
Loading…
Reference in New Issue