emacs-config/elpa/flycheck-pycheckers-20200414.1901/flycheck-pycheckers-pkg.el
2020-04-28 12:47:35 +02:00

8 lines
288 B
EmacsLisp

(define-package "flycheck-pycheckers" "20200414.1901" "multiple syntax checker for Python, using Flycheck"
'((flycheck "0.18"))
:keywords
'("convenience" "tools" "languages")
:url "https://github.com/msherry/flycheck-pycheckers")
;; Local Variables:
;; no-byte-compile: t
;; End: