Checks python code with Mypy

pull/260/head
Tpt 3 years ago
parent e62cfead99
commit b05643a63a
  1. 2
      .github/workflows/tests.yml

@ -108,3 +108,5 @@ jobs:
working-directory: ./python
- run: python -m mypy.stubtest pyoxigraph --allowlist=mypy_allowlist.txt
working-directory: ./python
- run: python -m mypy generate_stubs.py tests
working-directory: ./python

Loading…
Cancel
Save