From 5ce325bf16e410a91596467c68bc6fbfdb36c2f7 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Thu, 19 Sep 2024 20:11:36 +0200 Subject: [PATCH] Change default line length --- .ruff.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ruff.toml b/.ruff.toml index 8ea6a71..c4413a1 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -1,6 +1,7 @@ # The contents of this file is based on https://github.com/home-assistant/core/blob/dev/pyproject.toml target-version = "py312" +line-length = 110 [lint] select = [