Skip to content

Commit 1331d49

Browse files
committed
Update black dependency specifications for compatibility
- Remove conditional version specifications for `black` in the `dev` and `docs` groups. - Standardise `black` versioning to `black==25.*` for all Python versions.
1 parent 846ab24 commit 1331d49

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ dfc = "docstring_format_checker.cli:entry_point"
4949

5050
[dependency-groups]
5151
dev = [
52-
"black==25.*; python_version<'3.10'",
53-
"black==26.*; python_version>='3.10'",
52+
"black==25.*",
53+
# "black==25.*; python_version<'3.10'",
54+
# "black==26.*; python_version>='3.10'",
5455
"blacken-docs==1.*",
5556
"codespell==2.*",
5657
"ipykernel==6.*; python_version<'3.10'",
@@ -67,8 +68,9 @@ dev = [
6768
"pip==25.*",
6869
]
6970
docs = [
70-
"black==25.*; python_version<'3.10'",
71-
"black==26.*; python_version>='3.10'",
71+
"black==25.*",
72+
# "black==25.*; python_version<'3.10'",
73+
# "black==26.*; python_version>='3.10'",
7274
"docstring-inheritance==2.*; python_version<'3.10'",
7375
"docstring-inheritance==3.*; python_version>='3.10'",
7476
"livereload==2.*",

0 commit comments

Comments
 (0)