Skip to content

Commit 77644ab

Browse files
committed
don't change python version for basedpyright when running in ci because it's impossible to get it to pass on all versions when all rules are enabled. see DetachHead/basedpyright#8
1 parent d4aba5c commit 77644ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
./pw uv run coverage report
5757
- name: Check types with basedpyright
5858
run: |
59-
./pw uv run basedpyright --pythonversion ${{ matrix.python-version }}
59+
./pw uv run basedpyright
6060
- name: Check tach
6161
run: ./pw uv run tach check
6262
- name: Check Rust linting

0 commit comments

Comments
 (0)