Passive checker of Python programs
http://www.divmod.org/trac/wiki/DivmodPyflakes
Pyflakes is program to analyze Python programs and detect various errors. It works by
parsing the source file, not importing it, so it is safe to use on modules with side
effects. It's also much faster.
Author:
--------
Moe Aboulkheir
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-pyflakes && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pyflakes-2.1.1.tar.gz | 0000058072 56.7 KB | |
python-pyflakes.changes | 0000011147 10.9 KB | |
python-pyflakes.spec | 0000002236 2.18 KB |
Revision 24 (latest revision is 39)
Dominique Leuenberger (dimstar_suse)
accepted
request 680749
from
John Vandenberg (jayvdb)
(revision 24)
- update to version 2.1.1: * Fix reported line number for type comment errors * Fix typing.overload check to only check imported names
Comments 0