Skip to content

Commit f641b4a

Browse files
Merge pull request #451 from linux-nvme/dependabot/github_actions/psf/black-25.9.0
build(deps): bump psf/black from 25.1.0 to 25.9.0
2 parents 7fcc7f7 + 9dd1eac commit f641b4a

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@v5
3030

3131
- name: "BLACK"
32-
uses: psf/black@25.1.0
32+
uses: psf/black@25.9.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)