From 5fe35ee10970012777dd5e1da8806da36fef4721 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Mon, 15 Dec 2025 19:49:32 -0800 Subject: [PATCH] pre-commit: update versions Fix pyupgrade on Python 3.14.1+. Signed-off-by: Benjamin Gilbert --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3b7df6..a5d6c68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.2 hooks: - id: pyupgrade name: Modernize python code @@ -29,7 +29,7 @@ repos: name: Reorder python imports with isort - repo: https://github.com/psf/black - rev: 25.9.0 + rev: 25.12.0 hooks: - id: black name: Format python code with black @@ -54,7 +54,7 @@ repos: additional_dependencies: [flake8-bugbear, Flake8-pyproject] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.1 hooks: - id: mypy name: Check Python types