Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit ada5737

Browse files
Bump black from 24.10.0 to 25.1.0 (#801)
* Bump black from 24.10.0 to 25.1.0 Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Adjust formatting for new black version * Update lock file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alejandro Ponce <aponcedeleonch@stacklok.com>
1 parent 4c83008 commit ada5737

File tree

3 files changed

+29
-27
lines changed

3 files changed

+29
-27
lines changed

poetry.lock

Lines changed: 27 additions & 25 deletions
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
@@ -35,7 +35,7 @@ cachetools = "==5.5.1"
3535
[tool.poetry.group.dev.dependencies]
3636
pytest = "==8.3.4"
3737
pytest-cov = "==6.0.0"
38-
black = "==24.10.0"
38+
black = "==25.1.0"
3939
ruff = "==0.9.3"
4040
bandit = "==1.8.2"
4141
build = "==1.2.2.post1"

src/codegate/providers/llamacpp/normalizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __aiter__(self):
8080
def _create_delta(
8181
choice_delta: Union[
8282
ChatCompletionStreamResponseDelta, ChatCompletionStreamResponseDeltaEmpty
83-
]
83+
],
8484
) -> Delta:
8585
if not choice_delta: # Handles empty dict case
8686
return Delta(content=None, role=None)

0 commit comments

Comments
 (0)