freebsd-ports/devel/py-pyflakes/pkg-descr
Kubilay Kocak 219e3c724d devel/py-pyflakes: Update to 1.0.0
- Update PORTVERSION and distinfo checksum (1.0.0)
- Update COMMENT (match setup.py:description)
- Remove trailing spaces in pkg-descr

PR:		206603
Submitted by:	rm
2016-01-25 15:11:23 +00:00

7 lines
406 B
Text

Pyflakes is a simple program which checks Python source files for errors. It 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 checks on style.
WWW: https://github.com/pyflakes/pyflakes