summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2016-11-08 20:12:26 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2016-11-08 20:13:53 +0100
commit901869731b93701bc2ecb6e8334d4baaa8d3ef73 (patch)
tree0e6388c4e2c31f94a85d8016336ac38162d7cf3e /setup.py
parent9553c8d8ccf54221153f498e28297d9cc74ca12d (diff)
downloadflake8-901869731b93701bc2ecb6e8334d4baaa8d3ef73.tar.gz
Fixed E305: expected 2 blank lines after class or function definition
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 08335a5..3393b5e 100644
--- a/setup.py
+++ b/setup.py
@@ -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)