Skip to content

Commit

Permalink
Run Black (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Sep 24, 2019
1 parent 746b395 commit c11b312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jobs:
run: python -m pip install -r dev-requirements.txt
- name: Run `main.rs` tests
run: python -m pytest test_main.py
- name: Run Black
run: python -m black --check

0 comments on commit c11b312

Please sign in to comment.