From 97f04c186b568c9b342d990db7dd8866574ba6b4 Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Fri, 25 Sep 2020 14:06:51 +1000 Subject: [PATCH] Update the version of black used in pre-comment (#91) Per https://github.com/psf/black/issues/420 adopt a fixed tag. CI can tell us when the code style is out of date with latest black version. --- .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 73294ae6..6c8e42ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/ambv/black - rev: stable + rev: 20.8b1 hooks: - id: black language_version: python3.7