https://learn.microsoft.com/en-us/shows/more-python-for-beginners/formatting-and-linting–more-python-for-beginners-2-of-20
Note:
VSC also have the tool, 他只会在你没有通过pip install 安装pylint的时候生效,另外pylint会在每次保存文件的时候检测formating,有问题的部分会标波浪线。

eg: 比如这里多一个空格,下面会有个波浪线,pylint会识别到的


To be continue…
下一篇:智能优化算法之蚁群算法