itamarst/dotfiles

To set pylint as default checker

itamarst opened this issue · 0 comments

(add-hook 'python-mode-hook '(lambda ()
                                (setq flycheck-checker 'python-pylint)))