天天看点

pep8检查

cd 到程序目录下后,在xshell命令行中输入:

autopep8 --in-place --aggressive --aggressive filename.py

或者:

autopep8 --in-place --aggressive filename.py

然后在需要检测的文件上进行如下选择:

pep8检查