From 7c1bee6366872334ee1166c8a3be8fb090010210 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 2 Jul 2024 13:27:57 -0500 Subject: [PATCH] Ruff: use default line length --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0b8bc94..0fff621d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,6 @@ pytools = [ [tool.ruff] target-version = "py38" -line-length = 85 preview = true [tool.ruff.lint]