@ -51,8 +51,8 @@ clean-test: ## remove test and coverage artifacts
rm -fr htmlcov/
lint: ## reformat with black and check style with flake8
isort -rc superx_budget
isort -rc tests
isort superx_budget
isort tests
black superx_budget tests
flake8 superx_budget tests
@ -44,7 +44,7 @@ dev = [
"black",
"flake8",
"flake8-comprehensions",
"isort",
"isort >= 5.0.0",
"keyring",
"pre-commit",
]