You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DX: Work-around: Tox crashes on flake8 format setting.
- Running flake8 via tox, e.g., `tox -e flake8` crashes.
Setuptools uses configparser to read the config, which
throws configparser.InterpolationMissingOptionError because
of the percent (%) symbols in the format string.
- Ref:
pytest-dev/pytest#3062pypa/pip#5182
0 commit comments