Skip to content

Commit 70815bd

Browse files
Bump psf/black from 25.9.0 to 26.1.0
Bumps [psf/black](https://github.com/psf/black) from 25.9.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@af0ba72...6305bf1) --- updated-dependencies: - dependency-name: psf/black dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32feeae commit 70815bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
1515
- name: Set up problem matcher for Black output
1616
run: echo '::add-matcher::.github/problem-matchers/black.json'
17-
- uses: psf/black@af0ba72a73598c76189d6dd1b21d8532255d5942 # stable
17+
- uses: psf/black@6305bf1ae645ab7541be4f5028a86239316178eb # stable
1818
with:
1919
src: "./unitary"

0 commit comments

Comments
 (0)