From 9c7005360221e6d989424d5de7b4a4200524054a Mon Sep 17 00:00:00 2001 From: rubenrua Date: Mon, 27 Nov 2023 17:38:27 +0100 Subject: [PATCH] fixup! Update pylint dep --- .pylintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index a707a92c..f303881b 100644 --- a/.pylintrc +++ b/.pylintrc @@ -88,7 +88,7 @@ persistent=yes # Minimum Python version to use for version dependent checks. Will default to # the version used to run pylint. -py-version=3.11 +py-version=3.6 # Discover python modules and packages in the file system subtree. recursive=no @@ -312,7 +312,7 @@ max-returns=6 max-statements=50 # Minimum number of public methods for a class (see R0903). -min-public-methods=2 +min-public-methods=0 [EXCEPTIONS]