From 217b7119b3caafafaa1fd6e7945dec69d84e2925 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Thu, 9 May 2024 16:47:01 +0200 Subject: [PATCH] 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 --- 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 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))