Skip to content

Commit b3def84

Browse files
committed
Pin black to 24.8.0
This is the latest version that supports Python 3.8.
1 parent d60fd93 commit b3def84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
6464
[tool.hatch.envs.lint]
6565
detached = true
6666
dependencies = [
67-
"black==25.1.0",
67+
"black==24.8.0",
6868
"mypy>=1.0.0",
6969
]
7070
[tool.hatch.envs.lint.scripts]

0 commit comments

Comments
 (0)