mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Release-notes and fix the build (#1135)
* kick * release-notes * updating black * Slightly changes rule for black * version now v1.3.1 * pin pre-commit and black-version used for linting * black
This commit is contained in:
parent
b2a89981b2
commit
b816a3d480
26 changed files with 106 additions and 79 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@stable # the default is equivalent to `black . --diff --check`.
|
||||
- uses: psf/black@21.4b0 # the default is equivalent to `black . --diff --check`.
|
||||
with:
|
||||
args: ". --diff --check"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue