Skip to content

Commit e249744

Browse files
authored
Merge pull request #9 from smkent/poe-lt
Add "lt" poe task for running lint and test
2 parents 83adbe9 + b11c515 commit e249744

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ vcs = "git"
4444
style = "semver"
4545

4646
[tool.poe.tasks]
47+
lt = ["lint", "test"]
48+
4749
lint = ["isort_lint", "black_lint"]
4850
black_lint = { cmd = "black -l 79 -- tests/ hooks/" }
4951
isort_lint = { cmd = "isort -- tests/ hooks/" }

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ vcs = "git"
3838
style = "semver"
3939

4040
[tool.poe.tasks]
41+
lt = ["lint", "test"]
42+
4143
lint = ["isort_lint", "black_lint"]
4244
black_lint = { cmd = "black -l 79 -- tests/ {{ cookiecutter.project_slug }}/" }
4345
isort_lint = { cmd = "isort -- tests/ {{ cookiecutter.project_slug }}/" }

0 commit comments

Comments
 (0)