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 6c8812d commit f309aa6Copy full SHA for f309aa6
.github/workflows/python-ci.yml
@@ -49,9 +49,9 @@ jobs:
49
working-directory: python/example-pytest-selfie
50
# - run: poetry run pytest -vv
51
# working-directory: python/example-pytest-selfie
52
- - name: example-pytest-selfie - pyright
53
- run: poetry run pyright
54
- working-directory: python/example-pytest-selfie
+ # - name: example-pytest-selfie - pyright
+ # run: poetry run pyright
+ # working-directory: python/example-pytest-selfie
55
- name: example-pytest-selfie - ruff
56
run: poetry run ruff format --check
57
0 commit comments