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-3.1.0.tar.gz | 0000063636 62.1 KB | |
python-pyflakes.changes | 0000015996 15.6 KB | |
python-pyflakes.spec | 0000002205 2.15 KB |
Revision 37 (latest revision is 39)
Dominique Leuenberger (dimstar_suse)
accepted
request 1102806
from
Steve Kowalik (StevenK)
(revision 37)
- Update to 3.1.0: * Drop support for EOL python 3.6 / 3.7 * Remove ``ContinueInFinally`` check (only relevant in python < 3.8) * Fix forward annotations inside a nested scope * Produce an error when a definition shadows an unused variable * Fix accessed global annotation being redefined in a local scope * Allow redefinition of functions across ``match`` arms * Fix potential ``None`` for ``lineno`` during tokenization errors * Add support for PEP 695 and python 3.12 - Switch to pyproject macros. - Drop patch py3114.patch, included now.
Comments 0