diff options
| author | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2017-08-05 07:27:20 -0500 |
|---|---|---|
| committer | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2017-08-05 07:27:20 -0500 |
| commit | ee435593488a5c3b9805bc686b83d17505491c42 (patch) | |
| tree | 0e7caee3365282fc00aa0e4774ee089cb50ccfb2 /setup.py | |
| parent | 6df26ffd57178e50194aea31b3bf9c572f91fa54 (diff) | |
| download | flake8-ee435593488a5c3b9805bc686b83d17505491c42.tar.gz | |
Add new pycodestyle checks
Closes #361
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -108,8 +108,8 @@ setuptools.setup( PEP8_PLUGIN('comparison_to_singleton'), PEP8_PLUGIN('comparison_negative'), PEP8_PLUGIN('comparison_type'), - # NOTE(sigmavirus24): Add this back once PyCodestyle 2.1.0 is out - # PEP8_PLUGIN('ambiguous_identifier'), + PEP8_PLUGIN('ambiguous_identifier'), + PEP8_PLUGIN('bare_except'), PEP8_PLUGIN('python_3000_has_key'), PEP8_PLUGIN('python_3000_raise_comma'), PEP8_PLUGIN('python_3000_not_equal'), |
