aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 0530f876c05fd028faaf6d94d775de5f13bfb4b1 (about) (plain)
1
2
3
((python-mode
  . ((flycheck-python-pylint-executable . "env PYTHONPATH=$HOME/.guix-profile/lib/python3.10/site-packages/ $HOME/.guix-extra-profiles/genenetwork3/bin/pylint")
     (python-shell-interpreter . "$HOME/.guix-extra-profiles/genenetwork3/bin/python3"))))