From b568038fb1265167ea6fd1d4b889b65142216422 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 15:06:01 -0700 Subject: [PATCH] chore(deps): update precommit hook asottile/pyupgrade to v2.20.0 (#307) Co-authored-by: Renovate Bot --- .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 a6275377..7a16062b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: args: [--py3-plus] exclude: nonunicode/.* - repo: https://github.com/asottile/pyupgrade - rev: v2.19.4 + rev: v2.20.0 hooks: - id: pyupgrade args: [--py3-plus]