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 8447d5a commit 76d1929Copy full SHA for 76d1929
1 file changed
.github/workflows/ci.yml
@@ -36,6 +36,7 @@ jobs:
36
37
- name: Run mypy
38
run: mypy src/ --ignore-missing-imports
39
+ continue-on-error: true
40
41
# ──────────────────────────────────────────────
42
# Tests (pytest)
0 commit comments