diff options
author | Vinicius Monego <monego@posteo.net> | 2024-05-09 16:47:01 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:28:42 +0000 |
commit | 217b7119b3caafafaa1fd6e7945dec69d84e2925 (patch) | |
tree | c8626ace88ffd30a53fe144844a72de3cafab416 /gnu | |
parent | 5c7a77f70c039b76599e287e618f936dd006a5cc (diff) | |
download | guix-217b7119b3caafafaa1fd6e7945dec69d84e2925.tar guix-217b7119b3caafafaa1fd6e7945dec69d84e2925.tar.gz |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e41af7d271..f7f70a0bbc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12773,7 +12773,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)) |