From c4d86aef4e0703b41a0f3e410a9fea14d76e0816 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 26 Apr 2022 02:12:52 -0400 Subject: [PATCH] bump black to fix click dependency issue https://github.com/psf/black/ #2964 --- .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 00ff787..8d20213 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: ^irctest/scram repos: - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 22.3.0 hooks: - id: black language_version: python3