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:
Ian Stapleton Cordasco 2018-04-15 19:25:25 +00:00
commit aa67b4a908

View file

@ -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',