Merge branch 'bug/361' into 'master'

Add new pycodestyle checks

Closes #361

See merge request !199
This commit is contained in:
Ian Stapleton Cordasco 2017-08-06 19:09:56 +00:00
commit 6e656c64c7

View file

@ -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'),