Merge pull request #3 from simple-login/add-black-ci

Add black ci
This commit is contained in:
Son Nguyen Kim 2019-12-25 17:42:26 +00:00 committed by GitHub
commit e23a285bd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,3 +25,7 @@ jobs:
run: |
pip install pytest
pytest
- name: Test formatting
run: |
pip install black
black --check .