Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 8942ced

Browse files
authored
Downgrade black for Ubuntu support (#343)
2 parents 9155a34 + 16bd6a1 commit 8942ced

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
@@ -7,7 +7,7 @@ repos:
77
- "--fix"
88
- "--exit-non-zero-on-fix"
99
- repo: https://github.com/psf/black
10-
rev: 23.11.0
10+
rev: 23.10.0 # keep this version for Ubuntu support
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pocc/pre-commit-hooks

0 commit comments

Comments
 (0)