Restore .pylintrc (#483)
This commit is contained in:
committed by
Nicola Demo
parent
67a2b0796c
commit
6ae301622b
@@ -214,6 +214,7 @@ logging-modules=logging
|
||||
|
||||
|
||||
[FORMAT]
|
||||
|
||||
# Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
|
||||
expected-line-ending-format=
|
||||
|
||||
@@ -249,8 +250,6 @@ single-line-if-stmt=no
|
||||
|
||||
|
||||
[BASIC]
|
||||
# Allow redefinition of input builtins
|
||||
allowed-redefined-builtins=input
|
||||
|
||||
# Naming hint for argument names
|
||||
argument-name-hint=(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$
|
||||
@@ -402,7 +401,7 @@ max-returns=6
|
||||
max-statements=50
|
||||
|
||||
# Minimum number of public methods for a class (see R0903).
|
||||
min-public-methods=0
|
||||
min-public-methods=2
|
||||
|
||||
|
||||
[CLASSES]
|
||||
|
||||
Reference in New Issue
Block a user