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