Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Textmate 有一个 Python PEP8 包,它将对您的文件运行 pep8 验证。我怎样才能将它设置为相当于pep8 --ignore=E501 my_file.py?
pep8 --ignore=E501 my_file.py
pep8 包的作者添加了一个隐藏用户指定错误代码的功能。
http://github.com/ppierre/python-pep8-tmbundle