Update .pylintrc
This commit is contained in:
parent
74bb8cec3f
commit
a26c4f164d
2
pylintrc
2
pylintrc
|
@ -94,7 +94,7 @@ max-nested-blocks=5
|
|||
|
||||
# List of additional names supposed to be defined in builtins. Remember that
|
||||
# you should avoid to define new builtins when possible.
|
||||
additional-builtins=_
|
||||
additional-builtins=
|
||||
|
||||
# Tells whether unused global variables should be treated as a violation.
|
||||
allow-global-unused-variables=yes
|
||||
|
|
Loading…
Reference in New Issue