From c1f049c8c75dbef7c132f05354691b67351766e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 23:48:52 +0000 Subject: [PATCH] chore(deps): upgrade pre-commit hook pycqa/isort to v9.0.1 --- .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 170db35456..4458152080 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: exclude: \.(po|pot|yml|yaml)$ args: [--py310-plus] - repo: https://github.com/PyCQA/isort - rev: 9.0.0b5 + rev: 9.0.1 hooks: - id: isort exclude: \.(po|pot|yml|yaml)$