modify line length

This commit is contained in:
Janek Hlavaty
2026-03-11 21:06:13 +01:00
parent 03cd2714db
commit e5c31ee0a3

View File

@@ -25,7 +25,7 @@ beaky = "beaky.cli:main"
[tool.ruff]
line-length = 120
line-length = 130
lint.select = ["E", "F", "I"]
[tool.mypy]