From ba94488196a74e312177ef2621fbd427956836ef Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 2 Feb 2022 11:36:57 +0100 Subject: Refs #33476 -- Adjusted docs and config files for Black. Co-authored-by: Mariusz Felisiak --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0773edbd10..3f6dc9ab4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,8 @@ repos: + - repo: https://github.com/psf/black + rev: 22.1.0 + hooks: + - id: black - repo: https://github.com/PyCQA/isort rev: 5.9.3 hooks: -- cgit v1.3