From de039783fe26a42a620c0ca1a27b01b812af549b Mon Sep 17 00:00:00 2001 From: Kien Dang Date: Sat, 5 Aug 2023 19:24:58 +0800 Subject: [PATCH] Update black --- .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 52e9b54..5ae5287 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace exclude: README.md - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit