Skip to content

Commit 4064bf4

Browse files
authored
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: python-poetry/poetry#5375
1 parent 37200a4 commit 4064bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: requirements-txt-fixer
1515

1616
- repo: https://github.com/psf/black
17-
rev: 22.1.0
17+
rev: 22.3.0
1818
hooks:
1919
- id: black
2020

0 commit comments

Comments
 (0)