Skip to content

Commit

Permalink
Update Black to fix Click (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Apr 13, 2022
1 parent fb06292 commit 94b3332
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.32.0
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
args: [--target-version=py37]
Expand Down Expand Up @@ -42,7 +42,7 @@ repos:
- id: python-check-blanket-noqa

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-merge-conflict
- id: check-toml
Expand All @@ -62,7 +62,7 @@ repos:
- id: tox-ini-fmt

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.0
rev: v1.20.1
hooks:
- id: setup-cfg-fmt

Expand Down

0 comments on commit 94b3332

Please sign in to comment.