Skip to content

Commit b2c5383

Browse files
Bump psf/black from 24.8.0 to 26.3.0 in /.github/workflows
Bumps [psf/black](https://github.com/psf/black) from 24.8.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@24.8.0...26.3.0) --- updated-dependencies: - dependency-name: psf/black dependency-version: 26.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de9af8e commit b2c5383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Analysing the code with pylint
2323
run: |
2424
pylint featuremanagement
25-
- uses: psf/black@24.8.0
25+
- uses: psf/black@26.3.0
2626
- name: Run mypy
2727
run: |
2828
mypy featuremanagement

0 commit comments

Comments
 (0)