packages/flycheck: set mypy cache dir to ~/.cache

master
John Turner 3 months ago
parent 0f331b9321
commit aab807be63
No known key found for this signature in database

@ -1,6 +1,8 @@
(use-package flycheck
:hook
(flycheck-error-list-mode . visual-line-mode)
:custom
(flycheck-python-mypy-cache-dir (file-name-concat (getenv "HOME") ".cache" "mypy"))
:config
(when (require 'best-side-window nil t)
(add-to-list 'display-buffer-alist '((major-mode . flycheck-error-list-mode)

Loading…
Cancel
Save