From dd8e13ec4e1795441d68f63feca6d398c0a8e170 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:20:36 +0000 Subject: [PATCH] deps: update pre-commit hook asottile/pyupgrade to v3.13.0 --- .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 c21e0241..25676daf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: exclude: ^changelogs/changelog.yaml$ - repo: https://github.com/asottile/pyupgrade - rev: v3.11.1 + rev: v3.13.0 hooks: - id: pyupgrade args: [--py38-plus]