From e5c31ee0a345b807be4b4a61d187fb46227029f3 Mon Sep 17 00:00:00 2001 From: Janek Hlavaty Date: Wed, 11 Mar 2026 21:06:13 +0100 Subject: [PATCH] modify line length --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1a0ff6..e1eab1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ beaky = "beaky.cli:main" [tool.ruff] -line-length = 120 +line-length = 130 lint.select = ["E", "F", "I"] [tool.mypy]