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 16cfa8d commit aa2d9d4Copy full SHA for aa2d9d4
1 file changed
.github/workflows/checks_python.yml
@@ -63,7 +63,8 @@ jobs:
63
- .github/workflows/checks_python.yml
64
- pyproject.toml
65
- uv.lock
66
- - '**.pyi?'
+ - '**.py'
67
+ - '**.pyi'
68
pyright:
69
- .github/actions/setup-python/action.yml
70
pytest:
0 commit comments