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.
emacs で flycheck を行うために、構成済みの virtualenv および flake8 設定ファイル (プロジェクトのルートにある setup.cfg) を使用するにはどうすればよいですか?
私は適切な解決策を見つけるのに時間を費やし、独自に実装することにしました:
flycheck-local-flake8
これは flycheck-flake8 チェッカーのプラグインで、必要な virtualenv から flake8 を使用し、python プロジェクトのルートから setup.cfg を使用します。