Skip to content

Commit

Permalink
Update black version in pre-commit to fix the CI failures
Browse files Browse the repository at this point in the history
Upstream issue: pallets/click#2232

Signed-off-by: Frantisek Lachman <[email protected]>
  • Loading branch information
lachmanfrantisek committed Mar 29, 2022
1 parent 122e071 commit 1cc139f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ repos:
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v2.6.1
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -35,7 +35,7 @@ repos:
- id: flake8
args: [--max-line-length=100]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.940
rev: v0.942
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
Expand Down

0 comments on commit 1cc139f

Please sign in to comment.