diff options
| author | Ondřej Nový <ondrej.novy@firma.seznam.cz> | 2016-11-08 20:12:26 +0100 |
|---|---|---|
| committer | Ondřej Nový <ondrej.novy@firma.seznam.cz> | 2016-11-08 20:13:53 +0100 |
| commit | 901869731b93701bc2ecb6e8334d4baaa8d3ef73 (patch) | |
| tree | 0e6388c4e2c31f94a85d8016336ac38162d7cf3e /setup.py | |
| parent | 9553c8d8ccf54221153f498e28297d9cc74ca12d (diff) | |
| download | flake8-901869731b93701bc2ecb6e8334d4baaa8d3ef73.tar.gz | |
Fixed E305: expected 2 blank lines after class or function definition
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ def get_long_description(): descr.append(f.read()) return '\n\n'.join(descr) + PEP8 = 'pycodestyle' _FORMAT = '{0}.{1} = {0}:{1}' PEP8_PLUGIN = functools.partial(_FORMAT.format, PEP8) |
