From bf5a03f50e4479d78b5b84e4570908a1bfb68676 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 12:00:46 -0700 Subject: [PATCH] chore(deps): update precommit hook asottile/pyupgrade to v2.19.4 (#305) 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 2841d9ec..a6275377 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.3 + rev: v2.19.4 hooks: - id: pyupgrade args: [--py3-plus]