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
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
The text was updated successfully, but these errors were encountered:
Fix akaihola#22: PYFLAKES = True executes python
cf1b9a8
No branches or pull requests
I don't have pyflakes but the default setting for PYFLAKES is True.
(see the latest line).
If I write a ~/.pyflymakerc with "PYFLAKES = False":
Emanuele
The text was updated successfully, but these errors were encountered: