Skip to content

Commit

Permalink
add helper functions with poethepoet
Browse files Browse the repository at this point in the history
  • Loading branch information
inno committed May 2, 2024
1 parent 2d5abca commit 7b737c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ per-file-ignores = """
tests: S101
"""

[tool.poe.tasks.coverage]
shell = """
poetry run coverage run \
&& poetry run coverage html \
&& open htmlcov/index.html
"""
[tool.poetry]
name = "simplecli"
version = "0.1.0"
Expand All @@ -46,6 +52,7 @@ typing_extensions = "*"
bandit = "^1.7.8"
coverage = "^7.4.4"
flake8 = "^7.0.0"
poethepoet = "*"
ruff = "^0.3.4"

[tool.pytest.ini_options]
Expand Down

0 comments on commit 7b737c9

Please sign in to comment.