Skip to content

Commit

Permalink
fix: bump black to 22.3.0 due to click 8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Mar 29, 2022
1 parent 8e99edf commit 7e0220f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ repos:
- id: absolufy-imports

- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black-jupyter

- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
hooks:
- id: blacken-docs
additional_dependencies: [black==22.1.0]
additional_dependencies: [black==22.3.0]

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
Expand Down

0 comments on commit 7e0220f

Please sign in to comment.