Files
sbv2-v2/pyproject.toml
2024-03-08 05:02:02 +00:00

10 lines
190 B
TOML

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