From 8c949acfe1812df2a75ed0af8e444f0f9ee11000 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Sun, 9 May 2021 10:49:12 +0200
Subject: [PATCH] [mod] pre-commit black revision stick to v21.5b0

https://pre-commit.com/#pre-commit-configyaml---repos
---
 .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 9154dcf0..c06d4f36 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
 repos:
 -   repo: https://github.com/psf/black
-    rev: stable
+    rev: 21.5b0
     hooks:
     - id: black
 -   repo: https://github.com/PyCQA/isort
-- 
GitLab