From d2c03c95891d2c00b113164c65ab6cae74b46393 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 29 Oct 2022 14:45:45 +0200 Subject: [PATCH] ci: update pyupgrade to 3.1.0 (#70693) --- .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 6184839..e59bcb2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.26.0 + rev: v3.1.0 hooks: - id: pyupgrade args: ['--keep-percent-format', '--py37-plus'] -- 2.39.2