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.
pre-commit run
1 parent a73a028 commit e242fb6Copy full SHA for e242fb6
1 file changed
.github/workflows/autodeps.yml
@@ -40,7 +40,7 @@ jobs:
40
run: python -m pip install -r test-requirements.txt
41
42
- name: Pre-commit fixes
43
- run: pre-commit run -a
+ run: pre-commit run -a || true
44
45
- name: Commit changes and create automerge PR
46
env:
0 commit comments