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