From 006610bd781a3f58fc9957cfc54182b323d4b758 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@rico-schmidt.name>
Date: Sun, 8 May 2022 19:41:37 -0400
Subject: [PATCH] Update black and isort versions of pre-commit hooks

---
 .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 13fbf401..ba1a9597 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,10 +1,10 @@
 repos:
   - repo: https://github.com/psf/black
-    rev: 22.1.0
+    rev: 22.3.0
     hooks:
     - id: black
   - repo: https://github.com/PyCQA/isort
-    rev: 5.9.3
+    rev: 5.10.1
     hooks:
       - id: isort
   - repo: https://github.com/PyCQA/flake8
-- 
GitLab