Advertisement
Guest User

flake8 .emacs config

a guest
Apr 4th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. (require 'python-pylint)
  2. (require 'python-flake8)
  3. (setq python-flake8-options '("--ignore=E711,E712,E125"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement