Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4064bf4

Browse files
authoredMar 30, 2022
fix(pre-commit): update black version (TheAlgorithms#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
 

‎.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.