Make pylint faster by using all available threads

This commit is contained in:
WeberJulian 2022-03-15 12:18:29 +01:00 committed by GitHub
parent f81892483d
commit 859d2f683b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ style: ## update code style.
isort ${target_dirs}
lint: ## run pylint linter.
pylint ${target_dirs}
pylint ${target_dirs} -j 0
system-deps: ## install linux system deps
sudo apt-get install -y libsndfile1-dev