Skip to content

Commit

Permalink
Black version updated
Browse files Browse the repository at this point in the history
Black used to have a problem with [assignment expression](psf/black#1655). Now the docs provide a black version that won't break.
  • Loading branch information
HectorMenezes committed Jan 6, 2022
1 parent f8e6f73 commit 00e7fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/install.md
Expand Up @@ -64,7 +64,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 19.3b0
rev: 21.12b0
hooks:
- id: black
```
Expand Down

0 comments on commit 00e7fb7

Please sign in to comment.