diff options
| author | Jimi Cullen <jimifhcullen@gmail.com> | 2018-04-15 14:02:49 +0000 |
|---|---|---|
| committer | Jimi Cullen <jimifhcullen@gmail.com> | 2018-04-15 14:02:49 +0000 |
| commit | 68782675b7f00c5d24c24e424efd1fbcb0705224 (patch) | |
| tree | b3509b11891753001332707a1c882e5bc2173d1b /setup.py | |
| parent | 85c503de32f81ed9859d902cbe20eb4d2e4e8d55 (diff) | |
| download | flake8-68782675b7f00c5d24c24e424efd1fbcb0705224.tar.gz | |
Add new pycodestyle check hooks.
Add new pycodestyle check hooks for breaks around binary ops.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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'), |
