[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:
parent
5acb57b5af
commit
970a0ae240
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue