Python语法检查——pyflakes

Python 语法检查 —— pyflakes

安装

python -m install pyflakes

使用

python -m pyflakes xxx.py