Skip to content

Commit

Permalink
CI: mypy --check-untyped-defs
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Oct 6, 2023
1 parent 042e31e commit 0d9dbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup mypy
run: yes | poetry run mypy cashu --install-types || true
- name: Run mypy
run: poetry run mypy cashu --ignore-missing
run: poetry run mypy cashu --ignore-missing --check-untyped-defs
ruff:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0d9dbd3

Please sign in to comment.