Skip to content

Commit 8bddd3c

Browse files
committed
Bump minimum black version to 26.1.0
Black 26.1.0 introduced new formatting rules that affect this codebase. Pin to >=26.1.0 to ensure consistent formatting across all environments. Black 26.1.0 requires Python >=3.10 which matches this project's minimum.
1 parent cb33bec commit 8bddd3c

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
@@ -33,7 +33,7 @@ dependencies = [
3333

3434
[dependency-groups]
3535
dev = [
36-
"black>=24.1.1",
36+
"black>=26.1.0",
3737
"cogapp",
3838
"hypothesis",
3939
"pytest",

0 commit comments

Comments
 (0)