freebsd-ports/devel/py_static_check/pkg-descr
Dmitry Marakasov c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00

9 lines
362 B
Text

py_static_check can statically check your Python code
for a lot of common errors. It uses a modified pyflakes
code and extends with following things:
Ability to specify what star imports resolve to (-s argument)
Ability to ignore unused import warnings (-i argument)
Better sorting of warnings/errors
WWW: https://pypi.org/project/py_static_check/