From d8b471769aa36daf383930bf6bf401eb89b5153a Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Wed, 28 Oct 2020 09:03:53 +0100 Subject: [PATCH] pin black version (#10) --- .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 039ce1c..210f110 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: args: [--settings-path=pyproject.toml, --filter-files] additional_dependencies: [toml] - repo: https://github.com/psf/black - rev: stable + rev: 19.10b0 hooks: - id: black args: [--config=pyproject.toml]