Skip to content

PYFLAKES = True executes python #22

@targzeta

Description

@targzeta

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions