From df5fb508ab535c380344e0d97e40313a0fff636f Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 3 Sep 2020 22:16:11 +0200 Subject: [PATCH] Pin black version in precommit config --- .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 25280d9..81e74b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: isort types: [python] - repo: https://github.com/psf/black - rev: stable + rev: 19.10b0 hooks: - id: black types: [python]