Add pyflakes checking to test system

Issue #155 new
Prof Garth Wells created an issue

I've just found a bug that pyflakes would have detected (leakage of variables from list comprehension with Python 2).

Comments (6)

  1. Prof Garth Wells reporter

    You're right. Funny that running flake8 didn't pick up an error whereas pyflakes did. Need to check for a stale config file.

  2. Miklós Homolya

    Looking at the code, FFC must be configured such that flake8 ignores pretty much everything.

  3. Log in to comment