python39-pyflakes - A simple program which checks Python source files for errors
Website: | https://github.com/PyCQA/pyflakes |
---|---|
License: | MIT |
Vendor: | Alcance Libre, Inc. |
- Description:
Pyflakes is similar to PyChecker in scope, but differs in that it does not execute the modules to check them. This is both safer and faster, although it does not perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any check on style.
Packages
python39-pyflakes-3.0.1-1.aldos.noarch [71 KiB] |
Changelog
by Joel Barrios (2023-10-23):
- Update to 3.0.1. |