diff --git a/guix/lint.scm b/guix/lint.scm index 59607fbfddd..46b2e99241c 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -15,6 +15,7 @@ ;;; Copyright © 2021-2023 Maxime Devos ;;; Copyright © 2021 Brice Waegeneire ;;; Copyright © 2024 Gabriel Wicki +;;; Copyright © 2025 Ricardo Wurmus ;;; ;;; This file is part of GNU Guix. ;;; @@ -610,8 +611,7 @@ of a package, and INPUT-NAMES, a list of package specifications such as (define (check-inputs-should-not-be-an-input-at-all package) ;; Emit a warning if some inputs of PACKAGE are likely to should not be ;; an input at all. - (let ((input-names '("python-setuptools" - "python-pip" + (let ((input-names '("python-pip" "python-pre-commit"))) (map (lambda (input) (make-warning