mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Add new pycodestyle check hooks.
Add new pycodestyle check hooks for breaks around binary ops.
This commit is contained in:
parent
85c503de32
commit
68782675b7
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -108,6 +108,8 @@ setuptools.setup(
|
|||
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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue