From 68fd631a0040f8467c11d47a360442217c504ef7 Mon Sep 17 00:00:00 2001 From: grym Date: Tue, 22 Nov 2022 22:09:15 -0500 Subject: [PATCH] Update black in pre-commit --- .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 5c974de..f6dc1dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: check-added-large-files args: [--maxkb=5120] # 2 MB - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 22.10.0 hooks: - id: black name: Formatting