Skip to content

Commit 4e7b113

Browse files
committed
🔨 add basedpyright to prek hooks for checking outdated baseline files
1 parent 6d7e9be commit 4e7b113

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ repos:
1313
args: [--fix, --exit-non-zero-on-fix]
1414
stages: [pre-commit]
1515

16+
- repo: https://github.com/DetachHead/basedpyright-prek-mirror
17+
rev: 1.38.2
18+
hooks:
19+
- id: basedpyright
20+
args: [--baselinemode=lock]
21+
1622
- repo: https://github.com/nonebot/nonemoji
1723
rev: v0.1.4
1824
hooks:

0 commit comments

Comments
 (0)