We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5927ad1 commit cd1d6e9Copy full SHA for cd1d6e9
1 file changed
.github/workflows/check-style.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install pre-commit
23
run: pip install pre-commit
24
- name: Run checks
25
- run: pre-commit run -a -v
+ run: pre-commit run -a
26
- name: Git status
27
if: always()
28
run: |
0 commit comments