From acaa8036ee115f12fc127faec6ee20902313a878 Mon Sep 17 00:00:00 2001 From: Moritz Gmeiner Date: Fri, 8 Sep 2023 18:39:16 +0200 Subject: [PATCH] changed ruff line length to 100 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb825dd..66ac9b4 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ group_by_package = true combine_as_imports = true [tool.ruff] -line-length = 120 +line-length = 100 select = ["E", "F"] target-version = "py311"