jdhao's digital space

Recent content on jdhao's digital space

马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml

Use Pylint for Code Checking inside Neovim

2018年9月20日 17:31

Pylint is a popular static code checker which can effectively find the possible bugs in your source code. It is easy to install pylint with conda or pip: