From 2410e36d6a43821a5e270b292a82f8d541b508c1 Mon Sep 17 00:00:00 2001 From: Taher Chegini Date: Sun, 7 May 2023 17:44:45 -0500 Subject: [PATCH] MNT: Update the pre-commit hooks [skip ci] --- .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 f2cfd5f..d4ec5a1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -95,7 +95,7 @@ repos: - tomli - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.4.0 hooks: - id: pyupgrade name: Upgrade sytnax to python 3.8+ with pyupgrade