Skip to content

Commit c57f17b

Browse files
fmauchdestogl
andauthored
Fix erroneous version of python black in pre-commit (#321) (#338)
From some reason, the old version is failing import requirements recently. Bumping the version fixes the issue. Co-authored-by: Denis Štogl <[email protected]>
1 parent 2d9b011 commit c57f17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
args: [--py36-plus]
4040

4141
- repo: https://github.com/psf/black
42-
rev: 20.8b1
42+
rev: 22.3.0
4343
hooks:
4444
- id: black
4545
args: ["--line-length=100"]

0 commit comments

Comments
 (0)