From b375bb2762fd579e82f85955d9cc1503bdec25e1 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 7 Dec 2022 22:43:47 +0100 Subject: [pre-commit] Uprade pyupgrade to 3.3.1 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e630690b1..b13f5112d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/ types: [python] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.0 + rev: v3.3.1 hooks: - id: pyupgrade args: [--py37-plus] -- cgit v1.2.1