From 67c37570cf1d434db5f547d290bdaf3028f4296a Mon Sep 17 00:00:00 2001 From: Jan Mach <jan.mach@cesnet.cz> Date: Fri, 6 Apr 2018 10:40:15 +0200 Subject: [PATCH] Tweaked custom PyLint configuration file. --- .pylintrc-lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pylintrc-lib b/.pylintrc-lib index be3ced131..f92fab9fa 100644 --- a/.pylintrc-lib +++ b/.pylintrc-lib @@ -189,7 +189,7 @@ allow-global-unused-variables=yes # List of strings which can identify a callback function by name. A callback # name must start or end with one of those strings. -callbacks=cb_,_cb +callbacks=cb_,_cb,cbk_,_cbk # A regular expression matching the name of dummy variables (i.e. expectedly # not used). @@ -355,7 +355,7 @@ valid-metaclass-classmethod-first-arg=mcs [DESIGN] # Maximum number of arguments for function / method -max-args=5 +max-args=6 # Maximum number of attributes for a class (see R0902). max-attributes=7 -- GitLab