mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 14:24:17 +00:00
Merge branch 'bug/361' into 'master'
Add new pycodestyle checks Closes #361 See merge request !199
This commit is contained in:
commit
6e656c64c7
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_to_singleton'),
|
||||||
PEP8_PLUGIN('comparison_negative'),
|
PEP8_PLUGIN('comparison_negative'),
|
||||||
PEP8_PLUGIN('comparison_type'),
|
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_has_key'),
|
||||||
PEP8_PLUGIN('python_3000_raise_comma'),
|
PEP8_PLUGIN('python_3000_raise_comma'),
|
||||||
PEP8_PLUGIN('python_3000_not_equal'),
|
PEP8_PLUGIN('python_3000_not_equal'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue