Codebase list apertium-apy / cd838354-ba77-4b89-949b-c19e41355c45/main .dir-locals.el
cd838354-ba77-4b89-949b-c19e41355c45/main

Tree @cd838354-ba77-4b89-949b-c19e41355c45/main (Download .tar.gz)

.dir-locals.el @cd838354-ba77-4b89-949b-c19e41355c45/mainraw · history · blame

1
2
3
4
5
6
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((nil . ((flycheck-flake8-maximum-line-length . 180)))
 (python-mode . ((flycheck-python-mypy-args . ("run" "mypy" "--check-untyped-defs" "--python-version" "3.8"))
                 (flycheck-python-mypy-executable . "pipenv"))))