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

Add PyFlakesBear #825

Closed
underyx opened this issue Sep 15, 2016 · 6 comments
Closed

Add PyFlakesBear #825

underyx opened this issue Sep 15, 2016 · 6 comments
Assignees

Comments

@underyx
Copy link
Member

underyx commented Sep 15, 2016

No description provided.

@gitmate-bot
Copy link
Collaborator

Thanks for reporting this issue! A coalaian will look at it soon.

@jayvdb
Copy link
Member

jayvdb commented Sep 15, 2016

See #753 (comment) (and earlier).

@SanketDG
Copy link
Member

SanketDG commented Sep 15, 2016

This has repeating functionality with flake8

@jayvdb
Copy link
Member

jayvdb commented Sep 15, 2016

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.

srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 10, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 10, 2016
@Nosferatul
Copy link
Member

Please tell us when do you want to work on something.

@srisankethu
Copy link
Member

srisankethu commented Nov 10, 2016

@Nosferatul I took this up after discussion on https://gitter.im/coala/coala-bears

srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 12, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 12, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 12, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 12, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 12, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 13, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 17, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 17, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 25, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 25, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 25, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 25, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 25, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 25, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 25, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 26, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 26, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 26, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 27, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 28, 2016
srisankethu pushed a commit to srisankethu/coala-bears that referenced this issue Nov 28, 2016
gosom pushed a commit to gosom/coala-bears that referenced this issue Jul 15, 2017
This was referenced Mar 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

6 participants