From b2f8af9d3a4a8e50616fd6988c8f7b402ce29843 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Sun, 1 Oct 2023 06:31:47 +0000 Subject: [PATCH] Update `pre-commit` hooks --- .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 76c3a7b3..66d1d611 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/ambv/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black