We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3ebed commit d0384a9Copy full SHA for d0384a9
.pylintrc
@@ -214,7 +214,6 @@ 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
@@ -250,6 +249,8 @@ single-line-if-stmt=no
250
249
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_]*))$
0 commit comments