mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 04:06:54 +00:00
parent
6df26ffd57
commit
ee43559348
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue