Skip to content

Commit f07680b

Browse files
authored
Bring black pin forward from 0.4.x (#295)
* Bring black pin forward from 0.4.x Pin black version to ensure consistent formatting across Python 3.9-3.14. * update lock file
1 parent 3375dd2 commit f07680b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pycodestyle = [
2929
{version = "^2.9", python = ">=3.8,<3.12"},
3030
{version = "^2.11", python = "^3.12"},
3131
]
32-
black = ">=23.1"
32+
black = ">=23.1,<26.0" # 26.0 introduces formatting changes, but drops support for Python < 3.10, so pin to version that has consistent formatting across 3.9-3.14
3333
better-diff = "^0.1.3"
3434

3535
# Additional support libraries

0 commit comments

Comments
 (0)