Skip to content

Commit 89d8c93

Browse files
👷 改成在 CI 中运行
1 parent 84db42f commit 89d8c93

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/TypeCheck.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ jobs:
2525
shell: bash
2626
run: |
2727
poetry run mypy ./nonebot_plugin_tetris_stats
28+
29+
- name: Run BasedPyright
30+
shell: bash
31+
run: |
32+
poetry run basedpyright ./nonebot_plugin_tetris_stats/

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,3 @@ repos:
2020
hooks:
2121
- id: nonemoji
2222
stages: [prepare-commit-msg]
23-
24-
- repo: https://github.com/DetachHead/basedpyright-pre-commit-mirror
25-
rev: v1.13.0
26-
hooks:
27-
- id: basedpyright

0 commit comments

Comments
 (0)