Skip to content

Commit

Permalink
Add new pycodestyle check hooks.
Browse files Browse the repository at this point in the history
Add new pycodestyle check hooks for breaks around binary ops.
  • Loading branch information
jfhc committed Apr 15, 2018
1 parent 85c503d commit 6878267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ def get_long_description():
PEP8_PLUGIN('module_imports_on_top_of_file'),
PEP8_PLUGIN('compound_statements'),
PEP8_PLUGIN('explicit_line_join'),
PEP8_PLUGIN('break_after_binary_operator'),
PEP8_PLUGIN('break_before_binary_operator'),
PEP8_PLUGIN('comparison_to_singleton'),
PEP8_PLUGIN('comparison_negative'),
PEP8_PLUGIN('comparison_type'),
Expand Down

0 comments on commit 6878267

Please sign in to comment.