Upgrade black version (#7582)

This commit is contained in:
Alex Waygood
2022-04-03 22:34:44 +01:00
committed by GitHub
parent cfb1381c2e
commit be64b01e6c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.1.0 # must match requirements-tests.txt
rev: 22.3.0 # must match requirements-tests.txt
hooks:
- id: black
language_version: python3.9