Skip to content

Commit e242fb6

Browse files
authored
Avoid pre-commit run failing (#3361)
1 parent a73a028 commit e242fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autodeps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: python -m pip install -r test-requirements.txt
4141

4242
- name: Pre-commit fixes
43-
run: pre-commit run -a
43+
run: pre-commit run -a || true
4444

4545
- name: Commit changes and create automerge PR
4646
env:

0 commit comments

Comments
 (0)