diff options
| author | Jimi Cullen <jimifhcullen@gmail.com> | 2018-04-15 15:31:31 +0000 |
|---|---|---|
| committer | Jimi Cullen <jimifhcullen@gmail.com> | 2018-04-15 15:31:31 +0000 |
| commit | ef1d5ceefcbfacf5dfe94534c4879ca814b130f0 (patch) | |
| tree | 594b59569eedd9c8fd4aad65d6884100198a0120 /setup.py | |
| parent | e61d9d24668a3f98baf09db1d07dacfb9fc83beb (diff) | |
| download | flake8-ef1d5ceefcbfacf5dfe94534c4879ca814b130f0.tar.gz | |
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
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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', |
