bump black to fix click dependency issue

https://github.com/psf/black/ #2964
This commit is contained in:
Shivaram Lingamneni 2022-04-26 02:12:52 -04:00 committed by Val Lorentz
parent c0af9bc0a8
commit c4d86aef4e

View File

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