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
It looks like mccabe is ignoring python 3.5 coroutines defined like
async def foobar(a, b, c): whatever(a, b, c)
I tried it via flake8 version:
2.5.1 (pep8: 1.7.0, pyflakes: 1.0.0, mccabe: 0.3.1) CPython 3.5.0+ on Linux
The text was updated successfully, but these errors were encountered:
I released 0.4.0 today with the fix for this. Thanks for your patience.
Sorry, something went wrong.
No branches or pull requests
It looks like mccabe is ignoring python 3.5 coroutines defined like
I tried it via flake8 version:
The text was updated successfully, but these errors were encountered: