mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Chore(deps): Bump psf/black from 22.3.0 to 26.3.0 in /.github/workflows (#2561)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
36efc821de
commit
9780d82d70
1 changed files with 1 additions and 1 deletions
2
.github/workflows/zblack.yml
vendored
2
.github/workflows/zblack.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
with:
|
||||
python-version: '3.12' # Pin Python to avoid 3.14 incompatibility with Black 22.3.0
|
||||
# This version should match what you can find in .pre-commit-config.yaml
|
||||
- uses: psf/black@22.3.0 # https://black.readthedocs.io/en/stable/integrations/github_actions.html
|
||||
- uses: psf/black@26.3.0 # https://black.readthedocs.io/en/stable/integrations/github_actions.html
|
||||
with:
|
||||
options: "--check --verbose"
|
||||
src: "./src"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue