From ba366ef3723d47d36d7b540f779a8f7dcfcb4189 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 18:40:29 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/reorder_python_imports: v3.8.3 → v3.8.5](https://github.com/asottile/reorder_python_imports/compare/v3.8.3...v3.8.5) --- .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 be229f9..4962e02 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: no-commit-to-branch - id: trailing-whitespace - repo: https://github.com/asottile/reorder_python_imports - rev: v3.8.3 + rev: v3.8.5 hooks: - id: reorder-python-imports args: [--py36-plus]