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.0.0.tar.gz | 0000049002 47.9 KB | |
python-pyflakes.changes | 0000009613 9.39 KB | |
python-pyflakes.spec | 0000002251 2.2 KB |
Revision 22 (latest revision is 39)
Dominique Leuenberger (dimstar_suse)
accepted
request 629206
from
Tomáš Chvátal (scarabeus_iv)
(revision 22)
- update to version 2.0.0: * Drop support for EOL Python <2.7 and 3.2-3.3 * Check for unused exception binding in `except:` block * Handle string literal type annotations * Ignore redefinitions of `_`, unless originally defined by import * Support `__class__` without `self` in Python 3 * Issue an error for `raise NotImplemented(...)`
Comments 0