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 68c83a2 commit 5c12d0cCopy full SHA for 5c12d0c
1 file changed
.github/workflows/main.yml
@@ -61,6 +61,7 @@ jobs:
61
run: |
62
black --check --diff slurp tests
63
isort slurp tests --check --diff
64
+ continue-on-error: true
65
66
- run: echo "------ formaters done ! ------"
67
0 commit comments