mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-jupytext: Replace python-pre-commit with pre-commit.
* gnu/packages/python-xyz.scm (python-jupytext)[native-inputs]: Remove python-pre-commit. [native-inputs]: Add pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
This commit is contained in:
parent
94c898cd9b
commit
64d69c3f79
1 changed files with 1 additions and 1 deletions
|
@ -352,6 +352,7 @@ (define-public python-jupytext
|
|||
" and not "))))))))))
|
||||
(native-inputs
|
||||
(list git-minimal
|
||||
pre-commit
|
||||
python-autopep8
|
||||
python-black
|
||||
python-flake8
|
||||
|
@ -359,7 +360,6 @@ (define-public python-jupytext
|
|||
python-isort
|
||||
python-ipython-genutils
|
||||
python-jupyter-server
|
||||
python-pre-commit
|
||||
python-pytest
|
||||
python-pyaml))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue