Skip to content

Commit 48199e3

Browse files
author
il1v3y
committed
[FIX] Pin black<24 for py38 compatibility
1 parent cdc202c commit 48199e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
dev = [
3535
"pytest>=7.0",
3636
"pytest-cov>=4.0",
37-
"black>=22.0",
37+
"black>=22.0,<24.0",
3838
"flake8>=5.0",
3939
"mypy>=0.990",
4040
]

0 commit comments

Comments
 (0)