commit: e5208ba3a575a97526550c22f748b6b6098d8a5f Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Sat Dec 20 15:16:27 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 20 21:57:13 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e5208ba3
pre-commit: update pyupgrade to 3.21.2 Part-of: https://github.com/gentoo/portage/pull/1533 Closes: https://github.com/gentoo/portage/pull/1533 Signed-off-by: Sam James <sam <AT> 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 2d01f3bd6f..a11f16ea5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: hooks: - id: flynt - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.21.2 hooks: - id: pyupgrade args: [--py39-plus]
