From d79a546421671caf1d0192863002313bbc9d69fe Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 15:30:58 -0500 Subject: [PATCH] fix sort-imports --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d71a104..247e013 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",