Skip to content

Commit

Permalink
Fix black version to support click 8.0.0 (#22598)
Browse files Browse the repository at this point in the history
The new click causes black to fail
  • Loading branch information
potiuk committed Mar 29, 2022
1 parent c577d5d commit 7dd940d
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 @@ -144,7 +144,7 @@ repos:
- license-templates/LICENSE.txt
- --fuzzy-match-generates-todo
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
args: [--config=./pyproject.toml]
Expand Down

0 comments on commit 7dd940d

Please sign in to comment.