From 89f8925c67027a759ca08c3643934aa8de107859 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 11:43:01 +0300 Subject: [PATCH] Auto-update pre-commit hooks (#285) Co-authored-by: sobolevn --- .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 a4ce73d66..7b7161b35 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-merge-conflict - id: end-of-file-fixer - repo: https://github.com/asottile/pyupgrade - rev: v3.2.1 + rev: v3.2.2 hooks: - id: pyupgrade args: ["--py36-plus"]