Skip to content

Commit aa2d9d4

Browse files
committed
fix(ci): misapplied rebase, cont 9d5200b
fixes: #1445 (for good)
1 parent 16cfa8d commit aa2d9d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/checks_python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
- .github/workflows/checks_python.yml
6464
- pyproject.toml
6565
- uv.lock
66-
- '**.pyi?'
66+
- '**.py'
67+
- '**.pyi'
6768
pyright:
6869
- .github/actions/setup-python/action.yml
6970
pytest:

0 commit comments

Comments
 (0)