mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
blackify codebase (#286)
This commit is contained in:
parent
19923700e4
commit
318889bdca
2 changed files with 13 additions and 0 deletions
12
.github/workflows/zblack.yml
vendored
Normal file
12
.github/workflows/zblack.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: Black Python Linter
|
||||
|
||||
on: [push,pull_request]
|
||||
|
||||
jobs:
|
||||
black:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.2
|
||||
- uses: lgeiger/black-action@v1.0.1
|
||||
with:
|
||||
args: " --check . "
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
# requirements for testing
|
||||
black==20.8b1
|
||||
docker==4.1.0
|
||||
pytest==5.2.2
|
||||
PySocks==1.7.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue