trivial: bump python black version to fix CI

This commit is contained in:
Mario Limonciello 2022-03-29 15:29:41 -05:00 committed by Mario Limonciello
parent a7fb1d354c
commit 5618cf41e8

View File

@ -28,7 +28,7 @@ repos:
- id: codespell - id: codespell
args: ['--config', './contrib/codespell.cfg', --write-changes] args: ['--config', './contrib/codespell.cfg', --write-changes]
- repo: https://github.com/ambv/black - repo: https://github.com/ambv/black
rev: 21.6b0 rev: 22.3.0
hooks: hooks:
- id: black - id: black
- repo: local - repo: local