mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 07:14:18 +00:00
Merge branch 'newchecks' into 'master'
Add hooks to new checks from pycodestyle 2.4.0 See merge request pycqa/flake8!231
This commit is contained in:
commit
aa67b4a908
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_raise_comma'),
|
||||||
PEP8_PLUGIN('python_3000_not_equal'),
|
PEP8_PLUGIN('python_3000_not_equal'),
|
||||||
PEP8_PLUGIN('python_3000_backticks'),
|
PEP8_PLUGIN('python_3000_backticks'),
|
||||||
|
PEP8_PLUGIN('python_3000_invalid_escape_sequence'),
|
||||||
|
PEP8_PLUGIN('python_3000_async_await_keywords'),
|
||||||
],
|
],
|
||||||
'flake8.report': [
|
'flake8.report': [
|
||||||
'default = flake8.formatting.default:Default',
|
'default = flake8.formatting.default:Default',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue