Skip to content

Commit df51b71

Browse files
authored
Update lint.yml (#854)
1 parent abe8339 commit df51b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install lint dependencies
4141
run: |
4242
source .venv/bin/activate
43-
uv pip install pyright==1.1.403
43+
uv pip install pyright
4444
uv pip install .'[dev]'
4545
4646
- name: Run pre-commit

0 commit comments

Comments
 (0)