We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83adbe9 + b11c515 commit e249744Copy full SHA for e249744
2 files changed
pyproject.toml
@@ -44,6 +44,8 @@ vcs = "git"
44
style = "semver"
45
46
[tool.poe.tasks]
47
+lt = ["lint", "test"]
48
+
49
lint = ["isort_lint", "black_lint"]
50
black_lint = { cmd = "black -l 79 -- tests/ hooks/" }
51
isort_lint = { cmd = "isort -- tests/ hooks/" }
{{cookiecutter.project_name}}/pyproject.toml
@@ -38,6 +38,8 @@ vcs = "git"
38
39
40
41
42
43
black_lint = { cmd = "black -l 79 -- tests/ {{ cookiecutter.project_slug }}/" }
isort_lint = { cmd = "isort -- tests/ {{ cookiecutter.project_slug }}/" }
0 commit comments