Skip to content

Commit

Permalink
Merge pull request #316 from lachmanfrantisek/fix-pre-commit-black
Browse files Browse the repository at this point in the history
Update black version in pre-commit to fix the CI failures

Upstream issue: pallets/click#2232
Signed-off-by: Frantisek Lachman [email protected]

Reviewed-by: Maja Massarini <None>
  • Loading branch information
softwarefactory-project-zuul[bot] committed Apr 1, 2022
2 parents 0ea7d26 + 3c366fd commit 87f6da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

repos:
- 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 @@ -25,7 +25,7 @@ repos:
- id: ansible-lint
files: \.(yaml|yml)$
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black

Expand Down

0 comments on commit 87f6da7

Please sign in to comment.