mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ design}.")
|
||||||
" and not "))))))))))
|
" and not "))))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list git-minimal
|
(list git-minimal
|
||||||
|
pre-commit
|
||||||
python-autopep8
|
python-autopep8
|
||||||
python-black
|
python-black
|
||||||
python-flake8
|
python-flake8
|
||||||
|
@ -359,7 +360,6 @@ design}.")
|
||||||
python-isort
|
python-isort
|
||||||
python-ipython-genutils
|
python-ipython-genutils
|
||||||
python-jupyter-server
|
python-jupyter-server
|
||||||
python-pre-commit
|
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pyaml))
|
python-pyaml))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue