Skip to content

Commit

Permalink
Fix for build breaks in format job (#869)
Browse files Browse the repository at this point in the history
This change bumps the version of Black in use to fix the errors
seen coming out of the format build step.

See psf/black#2964

Signed-off-by: Eric Brown <browne@vmware.com>
  • Loading branch information
ericwb committed Apr 1, 2022
1 parent 5ff73ff commit 7c39add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: reorder-python-imports
args: [--application-directories, '.:src', --py37-plus]
- repo: https://github.com/psf/black
rev: 21.10b0
rev: 22.3.0
hooks:
- id: black
args: [--line-length=79, --target-version=py37]
Expand Down

0 comments on commit 7c39add

Please sign in to comment.