开发者

Configuring pep8 in Textmate

开发者 https://www.devze.com 2023-01-06 12:02 出处:网络
Textmate has a Python PEP8 bundle that will run pep8 validation on your file.How开发者_运维百科 can I set it to do the equivalent of pep8 --ignore=E501 my_file.py?The author of the pep8 bundle has add

Textmate has a Python PEP8 bundle that will run pep8 validation on your file. How开发者_运维百科 can I set it to do the equivalent of pep8 --ignore=E501 my_file.py?


The author of the pep8 bundle has added a feature to hide user-specified error codes.

http://github.com/ppierre/python-pep8-tmbundle

0

精彩评论

暂无评论...
验证码 换一张
取 消