帮助实现良好的代码风格的工具有很多: - [pyright/pylance]( https://github.com/microsoft/pyright) - [pylint]( https://github.com/PyCQA/pylint) - flake8 - [black]( https://github.com/psf/black) black 很好理解, 是自动代码格式化的, 但是对于 pyright 和 pylint 的区别不是很理解。