Changed linting make command
This commit is contained in:
5
Makefile
5
Makefile
@ -52,8 +52,9 @@ clean-test: ## remove test and coverage artifacts
|
|||||||
rm -fr .pytest_cache
|
rm -fr .pytest_cache
|
||||||
|
|
||||||
lint: ## check style with flake8
|
lint: ## check style with flake8
|
||||||
black erepublik tests
|
isort erepublik examples tests
|
||||||
flake8 erepublik tests
|
black erepublik examples tests
|
||||||
|
flake8 erepublik examples tests
|
||||||
|
|
||||||
test: ## run tests quickly with the default Python
|
test: ## run tests quickly with the default Python
|
||||||
python -m unittest
|
python -m unittest
|
||||||
|
Reference in New Issue
Block a user