👷 改成在 CI 中运行

This commit is contained in:
2024-08-28 00:50:19 +08:00
parent 84db42f1ce
commit 89d8c938e2
2 changed files with 5 additions and 5 deletions

View File

@@ -25,3 +25,8 @@ jobs:
shell: bash
run: |
poetry run mypy ./nonebot_plugin_tetris_stats
- name: Run BasedPyright
shell: bash
run: |
poetry run basedpyright ./nonebot_plugin_tetris_stats/

View File

@@ -20,8 +20,3 @@ repos:
hooks:
- id: nonemoji
stages: [prepare-commit-msg]
- repo: https://github.com/DetachHead/basedpyright-pre-commit-mirror
rev: v1.13.0
hooks:
- id: basedpyright