fix sort-imports

This commit is contained in:
Waylon Walker 2022-09-01 15:30:58 -05:00
parent 76ba3caa33
commit d79a546421
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -60,7 +60,7 @@ cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=hatch_
no-cov = "cov --no-cov"
lint = "flake8 hatch_version_action_example"
format = "black --check hatch_version_action_example"
sort_imports = "isort hatch_version_action_example"
sort-imports = "isort hatch_version_action_example"
test-lint = [
"lint",
"format",