From 4e52ab0eca1895da07a656d11c96b6693db48eb0 Mon Sep 17 00:00:00 2001 From: Alexis Date: Tue, 11 Jun 2024 15:24:15 +0200 Subject: [PATCH] Disable too many lines --- slither/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/slither/__main__.py b/slither/__main__.py index b123ff0ed..72676928e 100644 --- a/slither/__main__.py +++ b/slither/__main__.py @@ -54,6 +54,7 @@ from slither.exceptions import SlitherException logging.basicConfig() logger = logging.getLogger("Slither") +# pylint: disable=too-many-lines ################################################################################### ###################################################################################