Skip to content

Commit

Permalink
Merge pull request #428 from linux-nvme/dependabot/github_actions/psf…
Browse files Browse the repository at this point in the history
…/black-24.8.0

build(deps): bump psf/black from 24.4.2 to 24.8.0
  • Loading branch information
martin-belanger authored Aug 5, 2024
2 parents b9c547c + 78143a2 commit 944929e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit 944929e

Please sign in to comment.