From 531d1948f0be2efefff6d366c34e96d24bd7505d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 26 Oct 2022 19:22:42 +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 879534e..ec458f5 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.20.0 + rev: v3.1.0 hooks: - id: pyupgrade args: ['--keep-percent-format', '--py37-plus']