graphite-project / carbon

Whitespace after opening parenthesis detected FLK-E201
Style
Minor
4 occurrences in this check
whitespace after '{'
 90        packages=['carbon', 'carbon.aggregator', 'twisted.plugins'],
 91        package_dir={'' : 'lib'},
 92        scripts=glob('bin/*'),
 93        package_data={ 'carbon' : ['*.xml'] }, 94        data_files=install_files,
 95        install_requires=['Twisted', 'txAMQP', 'cachetools', 'urllib3'],
 96        classifiers=(
whitespace after '['
 67
 68# Let's include redhat init scripts, despite build platform
 69# but won't put them in /etc/init.d/ automatically anymore
 70init_scripts = [ ('examples/init.d', ['distro/redhat/init.d/carbon-cache', 71                                      'distro/redhat/init.d/carbon-relay',
 72                                      'distro/redhat/init.d/carbon-aggregator']) ]
 73install_files += init_scripts
whitespace after '['
 61storage_dirs = [ ('storage/ceres/dummy.txt', []), ('storage/whisper/dummy.txt',[]),
 62                 ('storage/lists',[]), ('storage/log/dummy.txt',[]),
 63                 ('storage/rrd/dummy.txt',[]) ]
 64conf_files = [ ('conf', glob('conf/*.example')) ] 65
 66install_files = storage_dirs + conf_files
 67
whitespace after '['
 58  setup_kwargs = dict()
 59
 60
 61storage_dirs = [ ('storage/ceres/dummy.txt', []), ('storage/whisper/dummy.txt',[]), 62                 ('storage/lists',[]), ('storage/log/dummy.txt',[]),
 63                 ('storage/rrd/dummy.txt',[]) ]
 64conf_files = [ ('conf', glob('conf/*.example')) ]