Remove: Ruff

I have determined that this is excessive for this project at this time.
This commit is contained in:
tsukumi
2024-03-08 05:51:54 +00:00
parent da7747cc67
commit 4a3519c4b9

View File

@@ -1,9 +0,0 @@
[tool.ruff]
# インデント幅を 4 に設定
indent-width = 4
# 行の長さを 100 文字に設定
line-length = 100
# Python 3.10 向けにフォーマット
target-version = "py310"