Skip to content

Commit 5093068

Browse files
author
Your Name
committed
ci: fix auto-format workflow premature exit from isort
1 parent 30d9989 commit 5093068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/black-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
pip install -e .[dev,scripts]
3737
3838
- name: Run isort
39+
continue-on-error: true
3940
run: pre-commit run isort --all-files
4041

4142
- name: Run black/continue

0 commit comments

Comments
 (0)