[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
This commit is contained in:
DjLegolas 2022-04-30 17:14:35 +03:00 committed by Calum Lind
parent 5acb57b5af
commit 970a0ae240
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3
1 changed files with 1 additions and 1 deletions

View File

@ -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