Skip to content

Commit 8b19a93

Browse files
.pre-commit-config.yaml: Change pyright to basedpyright
1 parent 02f882e commit 8b19a93

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ repos:
7777
rev: 0.8.24
7878
hooks:
7979
- id: uv-lock
80-
- repo: https://github.com/RobertCraigie/pyright-python
81-
rev: v1.1.406
80+
- repo: https://github.com/DetachHead/basedpyright-pre-commit-mirror
81+
rev: 1.34.0 # or whatever the latest version is at the time
8282
hooks:
83-
- id: pyright
83+
- id: basedpyright

0 commit comments

Comments
 (0)