From 884d201db75e66c14f7773511ec503d23ee125d4 Mon Sep 17 00:00:00 2001 From: coatl-bot <146358438+coatl-bot@users.noreply.github.com> Date: Sat, 1 Aug 2026 20:40:38 +0000 Subject: [PATCH] build(deps): coatl-dev pre-commit autoupdate updates: - repo: https://github.com/PyCQA/isort - repo: https://github.com/commitizen-tools/commitizen --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9ea448..f09c733 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: unimport files: ^src/ - repo: https://github.com/PyCQA/isort - rev: 9.0.0a3 + rev: 9.0.0b1 hooks: - id: isort name: isort-package @@ -62,7 +62,7 @@ repos: exclude: ^src/(ch|com|org)/ args: [--config=tox.ini] - repo: https://github.com/commitizen-tools/commitizen - rev: v4.16.4 + rev: v4.17.0 hooks: - id: commitizen - id: commitizen-branch