feat: add black #302

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
This commit is contained in:
0xMRTT 2022-08-31 09:35:42 +02:00 committed by GitHub
parent c8f79209ad
commit 0bb0e69768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.github/workflows/black.yml vendored Normal file
View file

@ -0,0 +1,10 @@
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable