From 9f87ab4bbab048b527585929135cab80fafd9ef9 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 30 Jun 2020 13:28:18 +0200 Subject: Address a number of pylint issues --- web-server/.pylintrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'web-server/.pylintrc') diff --git a/web-server/.pylintrc b/web-server/.pylintrc index c7855f0e..f25e4fc2 100644 --- a/web-server/.pylintrc +++ b/web-server/.pylintrc @@ -62,7 +62,9 @@ confidence= # --disable=W". disable=duplicate-code, missing-module-docstring, - invalid-name + invalid-name, + bare-except, + too-few-public-methods # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option @@ -484,7 +486,7 @@ valid-metaclass-classmethod-first-arg=cls max-args=5 # Maximum number of attributes for a class (see R0902). -max-attributes=7 +max-attributes=12 # Maximum number of boolean expressions in an if statement (see R0916). max-bool-expr=5 -- cgit v1.2.3