Skip to content

Commit babcb01

Browse files
dependabot[bot]Rick Sanchez
andauthored
Bump black from 25.12.0 to 26.1.0 (#3713)
* Bump black from 25.12.0 to 26.1.0 Bumps [black](https://github.com/psf/black) from 25.12.0 to 26.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.12.0...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix bad formatting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rick Sanchez <Rick.Sanchez@Wabalaba.dubdub>
1 parent f6aacf0 commit babcb01

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ voluptuous==0.16.0
44
regex==2026.1.15
55
jinja2==3.1.6
66

7-
black==25.12.0
7+
black==26.1.0
88
flake8==7.3.0
99
isort==7.0.0
1010
mypy==1.19.1

script/intentfest/llm_template.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,10 @@ def run() -> int:
6262
english_files = []
6363

6464
for path in to_collect:
65-
english_files.append(
66-
f"""
65+
english_files.append(f"""
6766
{path.relative_to(ROOT)}:
6867
{path.read_text()}
69-
"""
70-
)
68+
""")
7169

7270
print(
7371
TEMPLATE.format(

0 commit comments

Comments
 (0)