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 <flachman@redhat.com>
  • Loading branch information
lachmanfrantisek committed Apr 4, 2022
1 parent 6b850de commit 5d214d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
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.2
hooks:
- id: prettier
exclude: tests/data/.+
Expand All @@ -34,14 +34,14 @@ repos:
args:
- --max-line-length=100
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v0.942
hooks:
- id: mypy
exclude: examples
args: [--no-strict-optional, --ignore-missing-imports]
additional_dependencies: [types-click, types-requests, types-PyYAML]
- repo: https://github.com/packit/pre-commit-hooks
rev: 1da916777f5cc26ecf221b15e58ca51891d26d94
rev: 3bf9afc5ede12a4ee26e9451f306edf255749396
hooks:
- id: check-rebase
args:
Expand Down

0 comments on commit 5d214d8

Please sign in to comment.