summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJimi Cullen <jimifhcullen@gmail.com>2018-04-15 10:52:07 +0000
committerJimi Cullen <jimifhcullen@gmail.com>2018-04-15 10:52:07 +0000
commit85c503de32f81ed9859d902cbe20eb4d2e4e8d55 (patch)
tree16535b6e762d083bd57d21b969e8c164d71b48e2 /setup.py
parent0273ca561f0ad03adff41ce5d95a1ec31b10fe5a (diff)
downloadflake8-85c503de32f81ed9859d902cbe20eb4d2e4e8d55.tar.gz
Remove broken hook.
Remove broken hook to pycodestyle.break_around_binary_operator.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 08b13cf..9883795 100644
--- a/setup.py
+++ b/setup.py
@@ -108,7 +108,6 @@ setuptools.setup(
PEP8_PLUGIN('module_imports_on_top_of_file'),
PEP8_PLUGIN('compound_statements'),
PEP8_PLUGIN('explicit_line_join'),
- PEP8_PLUGIN('break_around_binary_operator'),
PEP8_PLUGIN('comparison_to_singleton'),
PEP8_PLUGIN('comparison_negative'),
PEP8_PLUGIN('comparison_type'),