Passive checker of Python programs

Edit Package python-pyflakes
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

Refresh
Refresh
Source Files
Filename Size Changed
pyflakes-3.0.1.tar.gz 0000063554 62.1 KB
python-pyflakes.changes 0000014957 14.6 KB
python-pyflakes.spec 0000002204 2.15 KB
Revision 34 (latest revision is 38)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1043220 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 34)
- update to 3.0.1 (bsc#1206225):
  * Detect undefined name in variable defined by an annotated assignment
  * Add a new error for names which are annotated but unused
  * Remove handling of python 2.x ``# type:`` comments.  Use annotations
    instead
Comments 0
openSUSE Build Service is sponsored by