diff --git a/.github/workflows/TypeCheck.yml b/.github/workflows/TypeCheck.yml index f4990d7..95f0613 100644 --- a/.github/workflows/TypeCheck.yml +++ b/.github/workflows/TypeCheck.yml @@ -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/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da037e6..e6408ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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