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.

Refresh
Refresh
Source Files
Filename Size Changed
pyflakes-2.5.0.tar.gz 0000066388 64.8 KB
python-pyflakes.changes 0000014571 14.2 KB
python-pyflakes.spec 0000002159 2.11 KB
Revision 56 (latest revision is 72)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 56)
- update to 2.5.0:
  * mDrop support for EOL python 2.7 / 3.4 / 3.5
  * mIgnore ``__all__`` when not directly assigned
  * mHandle ``TypeAlias`` annotations as aliases (PEP 613)
  * mAssignment expressions (``:=``) target outer scope in comprehensions
  * mAdd support for new python 3.11 syntax
  * mUnify output so it is always ``filename:lineno:col:  message``
  * mProperly report ``SyntaxError`` from stdin in python < 3.9
  * mFix offsets of ``SyntaxError``s in pypy
Comments 0
openSUSE Build Service is sponsored by