Skip to content

Commit

Permalink
Fix code style check
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed Nov 2, 2024
1 parent 0b9db64 commit 96b74a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
make html
- name: Check code style
run: |
black --check -V .
black --check -v .
- name: Run unit tests
run: |
coverage run tests.py
Expand Down

0 comments on commit 96b74a6

Please sign in to comment.