From 891c76e793213f110fe153e23ae01f31f1546c8c Mon Sep 17 00:00:00 2001 From: yongjian_zhang Date: Wed, 14 Aug 2024 17:30:53 +0800 Subject: [PATCH] remove command --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b52b87..5209fbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,6 @@ httpx = "^0.27.0" [tool.poetry.scripts] docly = "docly.cmdline:main" -format = "sh -c 'isort . && black .'" [build-system] requires = ["poetry-core"]