Skip to content

Commit

Permalink
devops: debugging, run black diff
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Jan 23, 2024
1 parent e505aec commit 837df71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
pip install .[dev]
- name: Run Black
run: black --check .
#run: black --check .
run: black --diff .

- name: Run isort
run: isort --check-only .
Expand Down

0 comments on commit 837df71

Please sign in to comment.