Update .pylintrc

This commit is contained in:
Philipp Hörist 2018-10-06 23:06:22 +02:00
parent 8f89f039d3
commit 10faa940c6
1 changed files with 1 additions and 1 deletions

View File

@ -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