diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-25 11:20:28 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-25 11:20:28 -0500 |
| commit | 5d1150cc2709f79510cbc3b3b37d4ddebb97a1f4 (patch) | |
| tree | 010d0fcd2e076200e9e30227e1e66a3781cbd91a /setup.py | |
| parent | 1ec83033e96d43c147041f4f44639ee50152d1f6 (diff) | |
| download | flake8-5d1150cc2709f79510cbc3b3b37d4ddebb97a1f4.tar.gz | |
Update the packaging so wheels work
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -115,7 +115,8 @@ setuptools.setup( PEP8_PLUGIN('comparison_to_singleton'), PEP8_PLUGIN('comparison_negative'), PEP8_PLUGIN('comparison_type'), - PEP8_PLUGIN('ambiguous_identifier'), + # NOTE(sigmavirus24): Add this back once PyCodestyle 2.1.0 is out + # PEP8_PLUGIN('ambiguous_identifier'), PEP8_PLUGIN('python_3000_has_key'), PEP8_PLUGIN('python_3000_raise_comma'), PEP8_PLUGIN('python_3000_not_equal'), |
