We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3.7
flake8
It is a bug in flake8:
We currently allow python3.7 build to fail.
=============================== warnings summary =============================== tests/test_visitors/test_wrong_class/test_base_class.py::FLAKE8 /home/travis/virtualenv/python3.7.0/lib/python3.7/site-packages/pycodestyle.py:113: FutureWarning: Possible nested set at position 1 EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]') -- Docs: https://docs.pytest.org/en/latest/warnings.html =================== 1514 passed, 1 warnings in 27.96 seconds ===================
The text was updated successfully, but these errors were encountered:
We will just ignore this warning for now.
Sorry, something went wrong.
No branches or pull requests
It is a bug in
flake8
:We currently allow
python3.7
build to fail.The text was updated successfully, but these errors were encountered: