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

Commit 2a25170

Browse files
dependabot[bot]aponcedeleonch
authored andcommitted
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] <[email protected]> * Adjust formatting for new black version * Update lock file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alejandro Ponce <[email protected]>
1 parent 6e85aa0 commit 2a25170

File tree

3 files changed

+31
-25
lines changed

3 files changed

+31
-25
lines changed

poetry.lock

Lines changed: 29 additions & 23 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
@@ -38,7 +38,7 @@ presidio-anonymizer = "^2.2.357"
3838
[tool.poetry.group.dev.dependencies]
3939
pytest = "==8.3.4"
4040
pytest-cov = "==6.0.0"
41-
black = "==24.10.0"
41+
black = "==25.1.0"
4242
ruff = "==0.9.3"
4343
bandit = "==1.8.2"
4444
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)