|
|
@ -51,8 +51,8 @@ clean-test: ## remove test and coverage artifacts |
|
|
|
rm -fr htmlcov/ |
|
|
|
rm -fr htmlcov/ |
|
|
|
|
|
|
|
|
|
|
|
lint: ## reformat with black and check style with flake8
|
|
|
|
lint: ## reformat with black and check style with flake8
|
|
|
|
isort -rc superx_budget |
|
|
|
isort superx_budget |
|
|
|
isort -rc tests |
|
|
|
isort tests |
|
|
|
black superx_budget tests |
|
|
|
black superx_budget tests |
|
|
|
flake8 superx_budget tests |
|
|
|
flake8 superx_budget tests |
|
|
|
|
|
|
|
|
|
|
|