Skip to content

Instantly share code, notes, and snippets.

@mkettn
Last active March 24, 2020 13:17
Show Gist options
  • Save mkettn/20df273d724ecb9690a3fd381f92aead to your computer and use it in GitHub Desktop.
Save mkettn/20df273d724ecb9690a3fd381f92aead to your computer and use it in GitHub Desktop.
emacs flycheck python configuration for libraries and venv. requirements: pylint and pylint-venv
((python-mode
(flycheck-pylintrc . "./pylintrc")))
[MASTER]
init-hook="import sys;sys.path.append('./lib/python/');import pylint_venv; pylint_venv.inithook('./venv')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment