Add (or try to add) pylint

This commit is contained in:
peter.selby@bytedance.com 2023-12-04 16:47:23 -08:00
parent f4ad408a00
commit 028d0f5cf9
1 changed files with 5 additions and 1 deletions

View File

@ -20,9 +20,13 @@
(package! org-roam)
(package! flycheck-clj-kondo)
(package! pylint)
(package! flake8)
;; Not sure if this is really needed...
(add-hook! clojure-mode
(require 'flycheck-clj-kondo))
(require 'flycheck-clj-kondo))
(package! graphviz-dot-mode)