mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Bugfix: Chore - update black to fix linter failure (#1642)
This commit is contained in:
parent
9caf5f2958
commit
e61d65b99a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/zblack.yml
vendored
2
.github/workflows/zblack.yml
vendored
|
|
@ -8,6 +8,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: psf/black@21.4b0 # the default is equivalent to `black . --diff --check`.
|
||||
- uses: psf/black@22.3.0 # the default is equivalent to `black . --diff --check`.
|
||||
with:
|
||||
args: ". --diff --check"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue