From 845d8061f6a69fcb13c6fa0304e14e4092db9d85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 07:32:02 +0200 Subject: [PATCH] chore(deps): update pre-commit hook asottile/pyupgrade to v2.38.4 (#2204) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 7cda56980..104b499b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: exclude: ^legacy/public(?!/js/airtime) - repo: https://github.com/asottile/pyupgrade - rev: v2.38.2 + rev: v2.38.4 hooks: - id: pyupgrade args: [--py3-plus, --py36-plus]