From 970a0ae2409d57eb3aa00b621ad4474fbb27b4de Mon Sep 17 00:00:00 2001 From: DjLegolas Date: Sat, 30 Apr 2022 17:14:35 +0300 Subject: [PATCH] [lint] update black package Previous version (22.1.0) didn't support `click` version 8.1.0. Updating to 22.3.0 to resolve. See: https://github.com/psf/black/issues/2964 Closes: https://github.com/deluge-torrent/deluge/pull/382 --- .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 afe8ef923..5ff4a93d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ exclude: > )$ repos: - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black name: Fmt Black