sharlatan pushed a commit to branch python-team
in repository guix.
commit 92d1def76828759c55d7a851b519ca94955bc27e
Author: Vinicius Monego <[email protected]>
AuthorDate: Thu May 9 16:47:01 2024 +0200
gnu: python-traitlets: Remove pre-commit from native-inputs.
* gnu/packages/python-xyz.scm (python-traitlets)[native-inputs]: Remove
python-pre-commit.
Change-Id: I3d36f47e8955c648282bc707fafa57ba00cda933
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dac4f4e240..ce1e783bc2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12746,7 +12746,6 @@ connect strings, then issue SQL commands within IPython
or IPython Notebook.")
(list python-argcomplete
python-hatchling
python-mypy
- python-pre-commit
python-pytest
python-pytest-mock
python-pytest-mypy-testing))