pylint: disable locally-disabled (yo dawg)

This commit is contained in:
Florian Bruhin 2014-02-10 07:09:40 +01:00
parent e7a3754ce1
commit ba3a56989e

View File

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