summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-06-25 11:20:28 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-06-25 11:20:28 -0500
commit5d1150cc2709f79510cbc3b3b37d4ddebb97a1f4 (patch)
tree010d0fcd2e076200e9e30227e1e66a3781cbd91a /setup.py
parent1ec83033e96d43c147041f4f44639ee50152d1f6 (diff)
downloadflake8-5d1150cc2709f79510cbc3b3b37d4ddebb97a1f4.tar.gz
Update the packaging so wheels work
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9afe94a..0df57b7 100644
--- a/setup.py
+++ b/setup.py
@@ -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'),