We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9b1b5 commit e70b877Copy full SHA for e70b877
1 file changed
.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
38
id: setup-python
39
with: {python-version: "3.12"}
40
- name: Run static analysis and format checkers
41
+ continue-on-error: true
42
run: pipx run pre-commit run --all-files --show-diff-on-failure
43
- name: Build package distribution files
44
run: >-
0 commit comments