Skip to content

Commit

Permalink
Use black in non-verbose mode (too noisy)
Browse files Browse the repository at this point in the history
  • Loading branch information
laulaz committed Oct 18, 2023
1 parent a4fab95 commit 198d794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plone-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install black
- name: Run black
run: black --check --verbose .
run: black --check .

test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 198d794

Please sign in to comment.