summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDjLegolas <djlegolas@protonmail.com>2022-04-30 17:14:35 +0300
committerCalum Lind <calumlind+deluge@gmail.com>2022-05-01 18:31:12 +0100
commit970a0ae2409d57eb3aa00b621ad4474fbb27b4de (patch)
tree13b449327e57684faf7723649e63b5e388146789
parent5acb57b5af8031ec684e31d61d88cb4203c2dc9c (diff)
downloaddeluge-970a0ae2409d57eb3aa00b621ad4474fbb27b4de.tar.gz
deluge-970a0ae2409d57eb3aa00b621ad4474fbb27b4de.tar.bz2
deluge-970a0ae2409d57eb3aa00b621ad4474fbb27b4de.zip
[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
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
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