From da27371eb2edbddfbd09c787766341091fab7a3b Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Wed, 21 Aug 2024 10:59:13 +0200 Subject: [PATCH] pre-commit: Use Python 3.10+ for pyupgrade --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e71653d4..f6d5338d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,10 +17,10 @@ repos: rev: v3.17.0 hooks: - id: pyupgrade - args: [--py38-plus] + args: [--py310-plus] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 # Use the ref you want to point at hooks: - id: trailing-whitespace - id: check-toml - - id: check-yaml \ No newline at end of file + - id: check-yaml