From c3a0595cda61ccd6e4ea7a3fd93ea8f20d20f3dd Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 23 Nov 2023 08:25:22 -0700 Subject: [PATCH] increase max line pylint ruff --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 075bbd15..6320615e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,4 +84,7 @@ recursive = true aggressive = 3 [tool.ruff] -line-length = 120 \ No newline at end of file +line-length = 200 + +[tool.pylint] +max-line-length = 200 \ No newline at end of file