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

PYFLAKES = True executes python #22

Open
targzeta opened this issue Nov 16, 2013 · 0 comments
Open

PYFLAKES = True executes python #22

targzeta opened this issue Nov 16, 2013 · 0 comments

Comments

@targzeta
Copy link

I don't have pyflakes but the default setting for PYFLAKES is True.

pyflymake.py -d parser.py 
DEBUG    pylint --msg-template {path}:{line}: [{msg_id}], {obj} {msg} --reports n --disable= parser.py
DEBUG    PylintRunner stderr: No config file found, using default configuration

DEBUG    pep8 --repeat --ignore= parser.py
DEBUG    python parser.py

(see the latest line).

If I write a ~/.pyflymakerc with "PYFLAKES = False":

pyflymake.py -d parser.py 
DEBUG    pylint --msg-template {path}:{line}: [{msg_id}], {obj} {msg} --reports n --disable= parser.py
DEBUG    PylintRunner stderr: No config file found, using default configuration

DEBUG    pep8 --repeat --ignore= parser.py

Emanuele

targzeta added a commit to targzeta/flymake-python that referenced this issue Feb 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant