fix sort-imports
This commit is contained in:
parent
76ba3caa33
commit
d79a546421
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=hatch_
|
||||||
no-cov = "cov --no-cov"
|
no-cov = "cov --no-cov"
|
||||||
lint = "flake8 hatch_version_action_example"
|
lint = "flake8 hatch_version_action_example"
|
||||||
format = "black --check 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 = [
|
test-lint = [
|
||||||
"lint",
|
"lint",
|
||||||
"format",
|
"format",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue