8 lines
288 B
EmacsLisp
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:
|