From 4a3519c4b934b820ddb46f451b830c461c04962a Mon Sep 17 00:00:00 2001 From: tsukumi Date: Fri, 8 Mar 2024 05:51:54 +0000 Subject: [PATCH] Remove: Ruff I have determined that this is excessive for this project at this time. --- pyproject.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 0249363..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,9 +0,0 @@ -[tool.ruff] -# インデント幅を 4 に設定 -indent-width = 4 - -# 行の長さを 100 文字に設定 -line-length = 100 - -# Python 3.10 向けにフォーマット -target-version = "py310"