fix(pre-commit): update black version (#6075)

black==22.1.0 is breaking the hook. Updating it to 22.3.0 fixes all the issue

Refer: https://github.com/python-poetry/poetry/issues/5375
This commit is contained in:
Harshit Agarwal 2022-03-30 00:10:56 -03:00 committed by GitHub
parent 37200a4b3b
commit 4064bf45f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ repos:
- id: requirements-txt-fixer
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black