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 fde9b79 commit e83a5a1
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
exclude: tests_recording/test_data/
Expand Down Expand Up @@ -44,7 +44,7 @@ repos:
- --max-line-length=100
- --per-file-ignores=files/packit.wsgi:F401,E402
- 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 e83a5a1

Please sign in to comment.