Checks python code with Mypy

pull/262/head
Tpt 2 years ago committed by Thomas Tanon
parent d1cd004d71
commit becb64b80b
  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