diff --git a/.pylintrc b/.pylintrc index a707a92..f303881 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]