[code-quality] flake8 not showing pyflakes errors

Florent florent.xicluna at gmail.com
Tue Jul 1 21:58:39 CEST 2014


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 <stilley2 at 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 at python.org
> https://mail.python.org/mailman/listinfo/code-quality


More information about the code-quality mailing list