From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9320D1581E7 for ; Sun, 28 Apr 2024 00:06:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B525FE29FA; Sun, 28 Apr 2024 00:06:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A49CE29FA for ; Sun, 28 Apr 2024 00:06:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A75B933BF41 for ; Sun, 28 Apr 2024 00:06:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DE3B16CE for ; Sun, 28 Apr 2024 00:06:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714262764.7c144a192b91cf623830e882b1025d63c415ada7.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: .pre-commit-config.yaml X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7c144a192b91cf623830e882b1025d63c415ada7 X-VCS-Branch: master Date: Sun, 28 Apr 2024 00:06:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 17c07338-2518-4b57-8bd3-ef982fff120b X-Archives-Hash: a66da3c8b3f69bca601d755fa761582c commit: 7c144a192b91cf623830e882b1025d63c415ada7 Author: Alfred Wingate protonmail com> AuthorDate: Sat Apr 6 09:26:20 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 28 00:06:04 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7c144a19 .pre-commit-config.yaml: bump pylint to 3.1.0 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/portage/pull/1315 Signed-off-by: Sam James gentoo.org> .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6fca10cba..4646bb3ff1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: hooks: - id: black - repo: https://github.com/PyCQA/pylint - rev: v3.0.0a7 + rev: v3.1.0 hooks: - id: pylint additional_dependencies: