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 Apr 11, 2022
1 parent 0755666 commit 6d7cd27
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,20 +4,20 @@

repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.32.0
hooks:
- id: pyupgrade
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v2.6.2
hooks:
- id: prettier
exclude: centos_playground/pkg_survey/result*
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
# - id: check-added-large-files # this is a research repo, we can have big files here
- id: check-ast
Expand All @@ -40,7 +40,7 @@ repos:
# - id: mypy
# args: [--no-strict-optional, --ignore-missing-imports]
- repo: https://github.com/packit/pre-commit-hooks
rev: 1da916777f5cc26ecf221b15e58ca51891d26d94
rev: 3bf9afc5ede12a4ee26e9451f306edf255749396
hooks:
- id: check-rebase
args:
Expand Down

0 comments on commit 6d7cd27

Please sign in to comment.