Open brarcher opened 7 years ago
The pyflakes tool has been useful for me on various python project, so perhaps it may be useful here.
There were only three minor warnings from pyflakes. Two of them are fixed in this pull request. The last I have not resolved, as I am not as familiar enough with the code. If running pyflakes is valuable, is the following issue something that could be resolved or is it a false positive:
lettuce/django/steps/models.py:260: import 'step' from line 19 shadowed by loop variable
In addition to running unit tests, these additional checks ensure that certain failures will not make it into the code base unintentionally.