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 3c80b01 commit f75fcaaCopy full SHA for f75fcaa
.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
118
# basedpyright provides comprehensive type checking for Python
119
# Annotations appear directly in PR for developer feedback
120
- name: Run basedpyright type checker
121
- run: basedpyright
+ run: poetry run basedpyright
122
123
# ============================================================================
124
# MARKDOWN DOCUMENTATION LINTING
0 commit comments