Skip to content

Commit

Permalink
fix: bump black to 22.3.0 due to click 8.1 release (#335)
Browse files Browse the repository at this point in the history
* updated black version used in pre-commit
  • Loading branch information
henryiii committed Mar 28, 2022
1 parent a9b07a1 commit 9dcb7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit 9dcb7bc

Please sign in to comment.