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 3bd450d commit b3f17c2Copy full SHA for b3f17c2
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
pip install -r requirements.txt
28
29
- name: Run pre-commit hooks
30
+ continue-on-error: true
31
run: |
32
pre-commit install
33
pre-commit run --all-files
0 commit comments