From cc84cac3484694ff0501be728b6fb1b13df3ebbe Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 1 Jan 2024 21:35:27 +0700 Subject: [PATCH] build: remove `check` task from poe --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bd7f1b..0dd9d1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,6 @@ ruff = "^0.1.9" my_fibonacci = "my_fibonacci.__main__:main" [tool.poe.tasks] -check = ["format", "lint"] docs = "pydoctor --make-html --html-output=docs lib/my_fibonacci" format = "ruff format lib tests" lint = "ruff check lib tests"