From 3b7bd9aaca93af3bb90aa3a27da853c152ce236e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Oct 2024 10:05:05 +0000 Subject: [PATCH] chore(deps): update pre-commit hook asottile/reorder-python-imports to v3.14.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 193d90c9e..d69e75478 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: - id: remove-crlf - id: remove-tabs - repo: https://github.com/asottile/reorder-python-imports - rev: v3.13.0 + rev: v3.14.0 hooks: - id: reorder-python-imports args: [--py38-plus]