From f0726c28a84e840220c7d27ffc9a2b7cff1b09cc Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Thu, 24 Sep 2020 16:42:11 +1000 Subject: [PATCH] Update the version of black used in pre-comment 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