mirror of https://github.com/coqui-ai/TTS.git
Make pylint faster by using all available threads
This commit is contained in:
parent
f81892483d
commit
859d2f683b
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ style: ## update code style.
|
||||||
isort ${target_dirs}
|
isort ${target_dirs}
|
||||||
|
|
||||||
lint: ## run pylint linter.
|
lint: ## run pylint linter.
|
||||||
pylint ${target_dirs}
|
pylint ${target_dirs} -j 0
|
||||||
|
|
||||||
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