Skip to content

Commit cd1d6e9

Browse files
committed
CI: Remove verbosity from the pre-commit run
1 parent 5927ad1 commit cd1d6e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install pre-commit
2323
run: pip install pre-commit
2424
- name: Run checks
25-
run: pre-commit run -a -v
25+
run: pre-commit run -a
2626
- name: Git status
2727
if: always()
2828
run: |

0 commit comments

Comments
 (0)