diff options
Diffstat (limited to 'devel/py_static_check/pkg-descr')
-rw-r--r-- | devel/py_static_check/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/py_static_check/pkg-descr b/devel/py_static_check/pkg-descr new file mode 100644 index 000000000000..2ab6b59a57a4 --- /dev/null +++ b/devel/py_static_check/pkg-descr @@ -0,0 +1,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: http://pypi.python.org/pypi/py_static_check |