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 fe817f4 commit 071066aCopy full SHA for 071066a
1 file changed
.github/workflows/test.yml
@@ -27,6 +27,7 @@ jobs:
27
poetry install --with=dev
28
29
- name: MyPy static code analysis
30
+ if: ${{ !startsWith(matrix.python-version, 'pypy') }}
31
run: |
32
poetry run mypy --pretty ib_async
33
0 commit comments