When running pycodestyle 2.3.1 with Python 3.7, I get:
/home/florian/proj/qutebrowser/git/.tox/flake8/lib/python3.7/site-packages/pycodestyle.py:113: FutureWarning: Possible nested set at position 1
EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]')
When running pycodestyle 2.3.1 with Python 3.7, I get: