Skip to content

Commit 235027b

Browse files
Merge pull request #437 from linux-nvme/dependabot/github_actions/psf/black-25.1.0
build(deps): bump psf/black from 24.10.0 to 25.1.0
2 parents 1dcbfd9 + 52a1c56 commit 235027b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: "BLACK"
32-
uses: psf/black@24.10.0
32+
uses: psf/black@25.1.0
3333
with:
3434
options: "--check --diff --color --line-length 120 --skip-string-normalization --extend-exclude (subprojects|debian|.build)"
3535
src: "."

0 commit comments

Comments
 (0)