Skip to content

Commit

Permalink
Update black in pre-commit
Browse files Browse the repository at this point in the history
The version of black we used in pre-commit fails with the currently
latest build of click. This is fixed in the latest black release. Change
to that.

See psf/black#2964
  • Loading branch information
imphil authored and olofk committed Mar 30, 2022
1 parent 0becead commit b48119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# formatters, linters, and other productivity tools before a commit.
repos:
- repo: https://github.com/psf/black
rev: 21.7b0
rev: "22.3.0"
hooks:
- id: black

0 comments on commit b48119b

Please sign in to comment.