From e1cdbed2e1102df20a59dcfdf251bc385518c944 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sun, 27 Feb 2022 19:05:32 -0800 Subject: [PATCH] Update pre-commit to a newer version of Black. Adds compatibility with match. --- .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 14d8171c..4a3652d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 22.1.0 hooks: - id: black language_version: python3 \ No newline at end of file