Skip to content

Commit

Permalink
Merge pull request #17 from aliceinwire/pytest_update
Browse files Browse the repository at this point in the history
pyproject: Add poethepoet for execute checks scripts
  • Loading branch information
aliceinwire authored Sep 25, 2024
2 parents 15cf3ac + d153662 commit 9972180
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ kci-dev = 'kci-dev.kci-dev:run'
black = "^24.8.0"
isort = "^5.13.2"
pytest = "^8.3.3"
poethepoet = "^0.29.0"

[tool.poe.tasks]
check = "./scripts/check.sh"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 9972180

Please sign in to comment.