mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add python-pylsp-mypy.
* gnu/packages/python-xyz.scm (python-pylsp-mypy): New variable. Change-Id: I4cf398df820fdcc91229bdafdc2d0cab6f5c01c1
This commit is contained in:
parent
dff037f9aa
commit
41dab04e17
1 changed files with 19 additions and 0 deletions
|
@ -3321,6 +3321,25 @@ (define-public python-pylatexenc
|
|||
Unicode-to-LaTeX conversion.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-pylsp-mypy
|
||||
(package
|
||||
(name "python-pylsp-mypy")
|
||||
(version "0.6.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pylsp_mypy" version))
|
||||
(sha256
|
||||
(base32 "1amvqzb5lhhw2011003mwm88chb8sz5aax1jrqc3jg0jpak992fj"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(propagated-inputs (list python-mypy python-lsp-server))
|
||||
(home-page "https://github.com/python-lsp/pylsp-mypy")
|
||||
(synopsis "Mypy linter for the Python LSP Server")
|
||||
(description
|
||||
"Mypy linter integration for use with @code{python-lsp-server}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-pyls-black
|
||||
(package
|
||||
(name "python-pyls-black")
|
||||
|
|
Loading…
Reference in a new issue