blob: 93947ff3c4a4e7a8011b7b66e8b47197b4eefd94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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.python.org/pypi/py_static_check
|