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.
Atom で flake8 を使用して Python linting を実行しています。文体のエラーは見たくないのですが、プログラム上のエラーだけです。つまり、演算子の前後に適切な数のスペースを入れなくてもかまいませんが、初期化の前に変数が使用されているかどうかを知りたいのです。
flake8ini.rc の「ignore」セクションに特定のエラー番号を入力できることは承知していますが、すべての文体エラーを一気にオフにする方法はありますか?