Skip to content

Commit f342950

Browse files
Merge pull request #423 from linux-nvme/dependabot/github_actions/psf/black-24.4.2
build(deps): bump psf/black from 23.7.0 to 24.4.2
2 parents 402ef62 + 078dd37 commit f342950

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
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@v4
8282

8383
- name: "BLACK"
84-
uses: psf/black@23.7.0
84+
uses: psf/black@24.4.2
8585
with:
8686
options: "--check --diff --color --line-length 120 --skip-string-normalization --extend-exclude (subprojects|debian|.build)"
8787
src: "."

0 commit comments

Comments
 (0)