diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |