From: Thanh Ha Date: Sat, 6 Jun 2020 14:13:38 +0000 (-0400) Subject: Use black version 19.10b0 X-Git-Tag: v0.34.0~4 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F64229%2F1;p=releng%2Flftools.git 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 --- 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