Let mypy failure block CI

This commit is contained in:
Šarūnas Nejus 2025-07-13 23:19:51 +01:00
parent 816d06f160
commit 72003ba192
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -105,7 +105,6 @@ jobs:
- name: Type check code
uses: liskin/gh-problem-matcher-wrap@v3
continue-on-error: true
with:
linters: mypy
run: poe check-types --show-column-numbers --no-error-summary ${{ needs.changed-files.outputs.changed_python_files }}