From 701790d700540a5af63bc2b5dca6b03e3d7cf36e Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Thu, 4 May 2023 15:11:56 -0500 Subject: [PATCH] Update 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 c786d1b..62835a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: end-of-file-fixer - id: check-yaml - repo: https://github.com/psf/black - rev: 21.5b0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 -- GitLab