Changed linting make command

This commit is contained in:
2021-08-30 16:36:05 +03:00
parent 1746f27193
commit dfa6f7e0be

View File

@ -52,8 +52,9 @@ clean-test: ## remove test and coverage artifacts
rm -fr .pytest_cache
lint: ## check style with flake8
black erepublik tests
flake8 erepublik tests
isort erepublik examples tests
black erepublik examples tests
flake8 erepublik examples tests
test: ## run tests quickly with the default Python
python -m unittest