From 88ff80379b8a5021bfa8524bc34e5eb36e97e2c8 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz <tim@corelight.com> Date: Fri, 1 Mar 2024 16:24:06 -0700 Subject: [PATCH] Bump pyupgrade pre-commit to latest version --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ead6c38..6f08cef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,11 +10,13 @@ repos: exclude: testing/baselines - id: check-yaml - id: check-added-large-files + - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.15.1 hooks: - id: pyupgrade args: ["--py37-plus"] + - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.2.2 hooks: