We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1f0d8 commit 795e4a4Copy full SHA for 795e4a4
.pylintrc
@@ -214,6 +214,7 @@ logging-modules=logging
214
215
216
[FORMAT]
217
+
218
# Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
219
expected-line-ending-format=
220
@@ -249,8 +250,6 @@ single-line-if-stmt=no
249
250
251
252
[BASIC]
-# Allow redefinition of input builtins
253
-allowed-redefined-builtins=input
254
255
# Naming hint for argument names
256
argument-name-hint=(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$
@@ -402,7 +401,7 @@ max-returns=6
402
401
max-statements=50
403
404
# Minimum number of public methods for a class (see R0903).
405
-min-public-methods=0
+min-public-methods=2
406
407
408
[CLASSES]
0 commit comments