Skip to content

Commit

Permalink
remove verbose flag
Browse files Browse the repository at this point in the history
its too verbose, hard to find what the problem is
  • Loading branch information
pattonw committed Jan 22, 2024
1 parent b1823bd commit 3e5f1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Lint with Black
run: |
pip install black
black -v --check gunpowder tests
black --check gunpowder tests

0 comments on commit 3e5f1f3

Please sign in to comment.