pylint: disable locally-disabled (yo dawg)
This commit is contained in:
parent
e7a3754ce1
commit
ba3a56989e
@ -57,6 +57,8 @@ options = {
|
||||
'too-many-locals',
|
||||
'global-statement',
|
||||
'no-init',
|
||||
# visual noise
|
||||
'locally-disabled',
|
||||
],
|
||||
'flake8': [
|
||||
'E241', # Multiple spaces after ,
|
||||
|
Loading…
Reference in New Issue
Block a user