Skip to content
New issue

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 raises flake8 warning #93

Closed
sobolevn opened this issue Sep 2, 2018 · 1 comment
Closed

python3.7 raises flake8 warning #93

sobolevn opened this issue Sep 2, 2018 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@sobolevn
Copy link
Member

sobolevn commented Sep 2, 2018

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 ===================
@sobolevn sobolevn added bug Something isn't working wontfix This will not be worked on labels Sep 2, 2018
@sobolevn
Copy link
Member Author

We will just ignore this warning for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant