Skip to content

Commit 2d0cc78

Browse files
Phlairalafanechere
andauthored
Fix pre-commit hook failing because of black (#11737)
* update black version * Update .pre-commit-config.yaml Co-authored-by: Augustin <[email protected]> Co-authored-by: Augustin <[email protected]>
1 parent f20b9f4 commit 2d0cc78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ repos:
77
hooks:
88
- id: licenseheaders
99
args: ["--tmpl=LICENSE_SHORT", "--ext=py", "-f"]
10-
- repo: https://github.com/ambv/black
11-
rev: 22.1.0
10+
- repo: https://github.com/psf/black
11+
rev: 22.3.0
1212
hooks:
1313
- id: black
1414
args: ["--config", "pyproject.toml"]

0 commit comments

Comments
 (0)