update black (#452)

This commit is contained in:
Markos Gogoulos 2022-05-10 13:46:22 +03:00 committed by GitHub
parent f1969e4637
commit 1ddfae7c95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 22.3.0
hooks:
- id: black
language_version: python3