mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Add hooks for new pycodestyle checks.
Add hooks for new checks introduced in pycodestyle 2.4.0. For details of the changes to pycodestyle, see: https://pycodestyle.readthedocs.io/en/latest/developer.html
This commit is contained in:
parent
e61d9d2466
commit
ef1d5ceefc
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -119,6 +119,8 @@ setuptools.setup(
|
|||
PEP8_PLUGIN('python_3000_raise_comma'),
|
||||
PEP8_PLUGIN('python_3000_not_equal'),
|
||||
PEP8_PLUGIN('python_3000_backticks'),
|
||||
PEP8_PLUGIN('python_3000_invalid_escape_sequence'),
|
||||
PEP8_PLUGIN('python_3000_async_await_keywords'),
|
||||
],
|
||||
'flake8.report': [
|
||||
'default = flake8.formatting.default:Default',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue