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 96D6215801B for ; Wed, 26 Jul 2023 08:21:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9A4CE07FE; Wed, 26 Jul 2023 08:21:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A506BE07FE for ; Wed, 26 Jul 2023 08:21:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2D5C340FCD for ; Wed, 26 Jul 2023 08:21:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FF99DC7 for ; Wed, 26 Jul 2023 08:21:21 +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: <1690359678.bd7c87ccb01d9a505cb9212c7a18c3a1e7705b8c.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: bd7c87ccb01d9a505cb9212c7a18c3a1e7705b8c X-VCS-Branch: master Date: Wed, 26 Jul 2023 08:21:21 +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: c52551ad-4d48-403c-a807-801603b21899 X-Archives-Hash: 0dca00cd2cffb4d1af8ce8362d60ea23 commit: bd7c87ccb01d9a505cb9212c7a18c3a1e7705b8c Author: Sam James gentoo org> AuthorDate: Wed Jul 26 08:04:44 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 26 08:21:18 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=bd7c87cc CI: update tool versions Signed-off-by: Sam James gentoo.org> .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5401dcff7..53a1d33aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,21 +1,21 @@ --- repos: - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.7.0 hooks: - id: black - repo: https://github.com/PyCQA/pylint - rev: v2.15.10 + rev: v3.0.0a6 hooks: - id: pylint additional_dependencies: - 'pytest' - repo: https://github.com/ikamensh/flynt/ - rev: '0.77' + rev: '1.0.0' hooks: - id: flynt - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.9.0 hooks: - id: pyupgrade args: [--py39-plus]