-
Notifications
You must be signed in to change notification settings - Fork 580
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
Add PyFlakesBear #825
Comments
Thanks for reporting this issue! A coalaian will look at it soon. |
See #753 (comment) (and earlier). |
This has repeating functionality with flake8 |
See also #169 for request for a flake8 bear. Note that it is possible for a Flake8 bear to not run pyflakes. An important consideration with pyflakes (and flake8 which uses it) is that it reports errors based on the version of Python that it is run it. i.e. it uses the python interpreter's tokenizer, ast, and it has its own Python-version-specific rules. Thus the pyflakes package needs to be run on multiple versions of Python to catch all bugs. This also means that it cant only be imported and run as a python module within the coala environment , if it is going to be used to find Python 2 bugs, as coala is Python 3 only. |
Please tell us when do you want to work on something. |
@Nosferatul I took this up after discussion on https://gitter.im/coala/coala-bears |
No description provided.
The text was updated successfully, but these errors were encountered: