Hello,

Some hints to help you:

you can list the dependencies and their versions

    flake8 --version

you can try forcing the detection with

    flake8 --select E,F,W your_project_dir

Or try also with Pyflakes directly ...

    pyflakes your_project_dir


This is a good start.

-- 
Florent



2014-07-01 20:33 GMT+02:00 Steven Tilley II <still...@jhmi.edu>:
> Flake8 devs,
> I have been having a problem with flake8 not finding pyflakes errors on
> windows. I was wondering how I can go about debugging this issue.
> Thanks
> Steve
> _______________________________________________
> code-quality mailing list
> code-quality@python.org
> https://mail.python.org/mailman/listinfo/code-quality
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to