blackify codebase (#286)

This commit is contained in:
Michael Flaxman 2020-09-30 04:17:57 -05:00 committed by GitHub
parent 19923700e4
commit 318889bdca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

12
.github/workflows/zblack.yml vendored Normal file
View 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 . "

View file

@ -1,4 +1,5 @@
# requirements for testing
black==20.8b1
docker==4.1.0
pytest==5.2.2
PySocks==1.7.1