Skip to content

Commit 795e4a4

Browse files
authored
Restore .pylintrc (#483)
1 parent 1a1f0d8 commit 795e4a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pylintrc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ logging-modules=logging
214214

215215

216216
[FORMAT]
217+
217218
# Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
218219
expected-line-ending-format=
219220

@@ -249,8 +250,6 @@ single-line-if-stmt=no
249250

250251

251252
[BASIC]
252-
# Allow redefinition of input builtins
253-
allowed-redefined-builtins=input
254253

255254
# Naming hint for argument names
256255
argument-name-hint=(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$
@@ -402,7 +401,7 @@ max-returns=6
402401
max-statements=50
403402

404403
# Minimum number of public methods for a class (see R0903).
405-
min-public-methods=0
404+
min-public-methods=2
406405

407406

408407
[CLASSES]

0 commit comments

Comments
 (0)