From 03ee2307dd779b129d566ec5f7099076d1d6ee0b Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Mon, 9 Oct 2023 21:11:47 +0900 Subject: [PATCH] ci: Upgrade black (23.7.0 -> 23.9.1) --- .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 321d6f9..afd493e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit