From eeefe3604a8709763f7ed2dff545be0ee879fc9c Mon Sep 17 00:00:00 2001
From: Stackspin renovate bot <renovatebot@stackspin.net>
Date: Fri, 8 Apr 2022 00:05:36 +0000
Subject: [PATCH] Update pre-commit hook timothycrosley/isort to v5.10.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 70dcd948e..e1c92ee07 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
       - id: hadolint-docker
   - repo: https://github.com/timothycrosley/isort
     # Sorts import statements for you
-    rev: 5.0.9
+    rev: 5.10.1
     hooks:
       - id: isort
   - repo: https://github.com/zricethezav/gitleaks
-- 
GitLab