11[MASTER]
2-
2+ disable =C0114
33# A comma-separated list of package or module names from where C extensions may
44# be loaded. Extensions are loading into the active Python interpreter and may
55# run arbitrary code.
@@ -178,7 +178,7 @@ score=yes
178178[REFACTORING]
179179
180180# Maximum number of nested blocks for function / method body
181- max-nested-blocks =5
181+ max-nested-blocks =7
182182
183183# Complete name of functions that never returns. When checking for
184184# inconsistent-return-statements if a never returning function is called then
@@ -320,7 +320,7 @@ indent-after-paren=4
320320indent-string =' '
321321
322322# Maximum number of characters on a single line.
323- max-line-length =88
323+ max-line-length =200
324324
325325# Maximum number of lines in a module.
326326max-module-lines =1000
@@ -375,7 +375,7 @@ ignore-docstrings=yes
375375ignore-imports =yes
376376
377377# Minimum lines number of a similarity.
378- min-similarity-lines =8
378+ min-similarity-lines =50
379379
380380
381381[SPELLING]
@@ -519,19 +519,19 @@ valid-metaclass-classmethod-first-arg=cls
519519[DESIGN]
520520
521521# Maximum number of arguments for function / method.
522- max-args =5
522+ max-args =15
523523
524524# Maximum number of attributes for a class (see R0902).
525- max-attributes =7
525+ max-attributes =15
526526
527527# Maximum number of boolean expressions in an if statement (see R0916).
528528max-bool-expr =5
529529
530530# Maximum number of branch for function / method body.
531- max-branches =12
531+ max-branches =50
532532
533533# Maximum number of locals for function / method body.
534- max-locals =15
534+ max-locals =30
535535
536536# Maximum number of parents for a class (see R0901).
537537max-parents =7
@@ -543,7 +543,7 @@ max-public-methods=20
543543max-returns =6
544544
545545# Maximum number of statements in function / method body.
546- max-statements =50
546+ max-statements =150
547547
548548# Minimum number of public methods for a class (see R0903).
549549min-public-methods =2
0 commit comments