From e6e2b6725762ced5b5011309e36712a6b7370b10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Sep 2022 23:44:55 +0000 Subject: [PATCH] chore(deps): update pre-commit hook asottile/pyupgrade to v2.38.1 --- .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 f69ca01b8..6f04498f8 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.0 + rev: v2.38.1 hooks: - id: pyupgrade args: [--py3-plus, --py36-plus]