From e24656da0ed8d743ba3b93eaa12d2a55f34457de Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 16 Aug 2025 16:59:59 +1000 Subject: internal: add ruff format settings --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 4a68cb9..4758f58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,3 +16,6 @@ caelestia = "caelestia:main" [tool.hatch.version] source = "vcs" + +[tool.ruff] +line-length = 120 -- cgit v1.2.3-freya