Skip to content

fix: apply black 26.3.0 formatting#332

Merged
hf-kklein merged 2 commits intodependabot/pip/black-26.3.0from
copilot/sub-pr-329
Mar 9, 2026
Merged

fix: apply black 26.3.0 formatting#332
hf-kklein merged 2 commits intodependabot/pip/black-26.3.0from
copilot/sub-pr-329

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 9, 2026

Black 26.3.0 enforces a space in inline type ignore comments. Updated src/ebd_toolchain/main.py accordingly.

# before
settings = Settings()  # type:ignore[call-arg]

# after
settings = Settings()  # type: ignore[call-arg]

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: hf-kklein <23094997+hf-kklein@users.noreply.github.com>
Copilot AI changed the title [WIP] Update black dependency from 25.12.0 to 26.3.0 fix: apply black 26.3.0 formatting Mar 9, 2026
@hf-kklein hf-kklein marked this pull request as ready for review March 9, 2026 22:59
@hf-kklein hf-kklein merged commit 5bfdb0a into dependabot/pip/black-26.3.0 Mar 9, 2026
17 checks passed
@hf-kklein hf-kklein deleted the copilot/sub-pr-329 branch March 9, 2026 22:59
github-actions bot pushed a commit that referenced this pull request Mar 9, 2026
* build(deps-dev): bump black from 25.12.0 to 26.3.0

Bumps [black](https://github.com/psf/black) from 25.12.0 to 26.3.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.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: apply black 26.3.0 formatting (#332)

* Initial plan

* fix: apply black 26.3.0 formatting to main.py

Co-authored-by: hf-kklein <23094997+hf-kklein@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: hf-kklein <23094997+hf-kklein@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: hf-kklein <23094997+hf-kklein@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants