me
/
guix
Archived
1
0
Fork 0

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>
master
Antero Mejr 2023-03-11 13:39:31 +00:00 committed by Lars-Dominik Braun
parent 94c898cd9b
commit 64d69c3f79
No known key found for this signature in database
GPG Key ID: F663943E08D8092A
1 changed files with 1 additions and 1 deletions

View File

@ -352,6 +352,7 @@ design}.")
" and not "))))))))))
(native-inputs
(list git-minimal
pre-commit
python-autopep8
python-black
python-flake8
@ -359,7 +360,6 @@ design}.")
python-isort
python-ipython-genutils
python-jupyter-server
python-pre-commit
python-pytest
python-pyaml))
(propagated-inputs