From 1692a8c36dee99a0709d30883fa475cbc51568e1 Mon Sep 17 00:00:00 2001 From: desilo-hanyul <95674196+hanyul-ryu@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:35:21 +0900 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f4ad917..66c03bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,3 +76,6 @@ line-length = 79 [tool.isort] profile = "black" line_length = 79 + +[tool.poetry.scripts] +clean = "clean:clean_project"