Skip to content

Commit b8b0d0c

Browse files
committed
Pin black to previous stable version
1 parent 455582e commit b8b0d0c

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
@@ -72,7 +72,7 @@ dev = [
7272
"bump2version",
7373
"hatch",
7474
"ruff",
75-
"black",
75+
"black==23.12.1", # pin until switching to ruff formatter
7676
"isort",
7777
"mypy",
7878
"pytest",

0 commit comments

Comments
 (0)