diff options
| author | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2017-08-06 19:09:56 +0000 |
|---|---|---|
| committer | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2017-08-06 19:09:56 +0000 |
| commit | 6e656c64c79146e79775a89a70fdf8249014e2bb (patch) | |
| tree | 6ddf54ffa85da9c58f5ea786e8617db9544595e4 | |
| parent | f6e19b074809615eb794257520e25e7dd3455f65 (diff) | |
| parent | ee435593488a5c3b9805bc686b83d17505491c42 (diff) | |
| download | flake8-6e656c64c79146e79775a89a70fdf8249014e2bb.tar.gz | |
Merge branch 'bug/361' into 'master'
Add new pycodestyle checks
Closes #361
See merge request !199
| -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'), |
