From 88fec02f8b220fea82f7be0ca7ff664dde4c88a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EC=9D=80=EC=A0=95?= Date: Tue, 27 Feb 2024 16:50:02 +0900 Subject: [PATCH] =?UTF-8?q?[bugfix]=20top-level=20linter=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=ED=95=B4=EA=B2=B0=20(#13)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * top-level linter 오류 해결 * 빌드 시스템 제거 * [tool.ruff.lint] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d664d1..2ff593d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = 'setuptools.build_meta' [tool.setuptools_scm] -[tool.ruff] +[tool.ruff.lint] select = ['E', 'F', 'Q'] ignore = ['W191', 'E111', 'E114', 'E117', 'D206', 'D300', 'Q000', 'Q001', 'Q002', 'Q003', 'COM812', 'COM819', 'ISC001', 'ISC002']