From 9fe97f205425bb361c8257d00cab23b8467601cf Mon Sep 17 00:00:00 2001 From: Franziska Wegner Date: Fri, 29 Dec 2023 03:41:46 -0800 Subject: [PATCH] Add black for python formatting Changes to be committed: modified: .pre-commit-config.yaml --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d3b3d43..1521fe45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,3 +17,7 @@ repos: args: [--autofix, --indent, 4] - id: requirements-txt-fixer - id: trailing-whitespace + - repo: https://github.com/psf/black + rev: 22.10.0 + hooks: + - id: black