Codebase list apertium-apy / 0ef77166-756b-423f-bf48-26f82e15a4ae/main .dir-locals.el
0ef77166-756b-423f-bf48-26f82e15a4ae/main

Tree @0ef77166-756b-423f-bf48-26f82e15a4ae/main (Download .tar.gz)

.dir-locals.el @0ef77166-756b-423f-bf48-26f82e15a4ae/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"))))