From 6b13946ee65ffa234dc4627d3c7aba5832fa8818 Mon Sep 17 00:00:00 2001 From: Arisu Tachibana Date: Wed, 25 Sep 2024 18:51:36 +0900 Subject: [PATCH] pyproject: Add poethepoet for execute checks scripts Signed-off-by: Alice Ferrazzi --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 40ab506..9da7955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]