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 には、ファイルに対して pep8 検証を実行する Python PEP8 バンドルがあります。に相当するように設定するにはどうすればよいpep8 --ignore=E501 my_file.pyですか?
pep8 --ignore=E501 my_file.py
pep8 バンドルの作成者は、ユーザー指定のエラー コードを非表示にする機能を追加しました。
http://github.com/ppierre/python-pep8-tmbundle