From 6424334a94432ff7034db3fbe8f7d99aa07216df Mon Sep 17 00:00:00 2001
From: coatl-bot <146358438+coatl-bot@users.noreply.github.com>
Date: Mon, 3 Mar 2025 20:23:57 +0000
Subject: [PATCH] build(deps): coatl-dev pre-commit autoupdate

updates:
- repo: https://github.com/PyCQA/isort
---
 .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 4b68d82..92751f6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
     hooks:
       - id: black
   - repo: https://github.com/PyCQA/isort
-    rev: 6.0.0
+    rev: 6.0.1
     hooks:
       - id: isort
   - repo: https://github.com/coatl-dev/docformatter