From a88782b589a5cb0b3ec2f16faad8ca6ad7ebd688 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:10:35 +0000 Subject: [PATCH] chore(deps): update pre-commit hook asottile/reorder-python-imports to v3.13.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .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 9c1723ff7..97bf8be71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,6 +18,6 @@ repos: - id: flake8 files: "common|database|grouper|listener|evaluator|notificator|manager|vmaas_sync|taskomatic|scripts|exploit_sync|common|cluster|tests" - repo: https://github.com/asottile/reorder-python-imports - rev: v3.10.0 + rev: v3.13.0 hooks: - id: reorder-python-imports