mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 22:04:17 +00:00
Remove broken hook.
Remove broken hook to pycodestyle.break_around_binary_operator.
This commit is contained in:
parent
0273ca561f
commit
85c503de32
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -108,7 +108,6 @@ setuptools.setup(
|
||||||
PEP8_PLUGIN('module_imports_on_top_of_file'),
|
PEP8_PLUGIN('module_imports_on_top_of_file'),
|
||||||
PEP8_PLUGIN('compound_statements'),
|
PEP8_PLUGIN('compound_statements'),
|
||||||
PEP8_PLUGIN('explicit_line_join'),
|
PEP8_PLUGIN('explicit_line_join'),
|
||||||
PEP8_PLUGIN('break_around_binary_operator'),
|
|
||||||
PEP8_PLUGIN('comparison_to_singleton'),
|
PEP8_PLUGIN('comparison_to_singleton'),
|
||||||
PEP8_PLUGIN('comparison_negative'),
|
PEP8_PLUGIN('comparison_negative'),
|
||||||
PEP8_PLUGIN('comparison_type'),
|
PEP8_PLUGIN('comparison_type'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue