Pycodestyle: Future Warning on Python 3.7

Created on 10 Jul 2018  路  1Comment  路  Source: PyCQA/pycodestyle

Running pycodestyle on the latest version of Python 3.7 is giving the following future warning:

/usr/local/lib/python3.7/site-packages/pycodestyle.py:113: FutureWarning: Possible nested set at position 1 EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]')

>All comments

In the future, please search closed and open issues before creating new ones that are duplicates.

https://github.com/PyCQA/pycodestyle/pull/735
https://github.com/PyCQA/pycodestyle/issues/728

Was this page helpful?
0 / 5 - 0 ratings