Add new pycodestyle checks

Closes #361
This commit is contained in:
Ian Stapleton Cordasco 2017-08-05 07:27:20 -05:00
parent 6df26ffd57
commit ee43559348
No known key found for this signature in database
GPG key ID: C9D7A2604B4FCB2A

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