Bump black from 22.1.0 to 22.3.0 (#3357)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
dependabot[bot] 2022-04-05 11:50:51 +02:00 committed by GitHub
parent bff06e448b
commit 06f4ad922c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/ambv/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
args:

View File

@ -1,6 +1,6 @@
pylint==2.13.4
flake8==4.0.1
black==22.1.0
black==22.3.0
pyupgrade==2.31.1
pre-commit