From 09e6ef0b6e11a215fe9e6780fbec21d0ee69f512 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:46 +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 793766a..0bd80f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: isort args: ['--profile', 'black', '--line-length', '110'] - repo: https://github.com/asottile/pyupgrade - rev: v2.20.0 + rev: v3.1.0 hooks: - id: pyupgrade args: ['--keep-percent-format', '--py37-plus']