From 20838065712c9be738c73606e338d3a5576479e0 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 3 Dec 2022 12:43:23 +0200
Subject: [PATCH] Update the pycln pre-commit hook.

The older version was failing.
---
 .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 d3cbff8..877a56d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -123,7 +123,7 @@ repos:
       - id: pyupgrade
 
   - repo: https://github.com/hadialqattan/pycln.git
-    rev: v2.0.2
+    rev: v2.1.2
     hooks:
       - id: pycln
 
-- 
GitLab