From 5cae729944bf3fed74a3bb1f2cd1ff10b682c442 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 6 Jun 2020 10:13:38 -0400 Subject: [PATCH] Use black version 19.10b0 The stable branch for some reason is failing to fetch in Jenkins build now so let's switch to a tagged release. Signed-off-by: Thanh Ha Change-Id: I57c829e1cd831ae62cb5be1ca4414f144309005b --- .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 2accbe2c..20b8768f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,6 @@ repos: hooks: - id: trailing-whitespace - repo: https://github.com/ambv/black - rev: stable + rev: 19.10b0 hooks: - id: black -- 2.16.6