From 931b35968f0f0e59e51c98339d0ae8aaf9fd77a1 Mon Sep 17 00:00:00 2001 From: nstarman Date: Wed, 25 Sep 2024 22:11:37 -0400 Subject: [PATCH] ci: fix pylint Signed-off-by: nstarman --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fabd2a9..ea0f77a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -238,3 +238,4 @@ py-version = "3.10" reports.output-format = "colorized" similarities.ignore-imports = "yes" + max-module-lines = 1500