mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
👷 改成在 CI 中运行
This commit is contained in:
5
.github/workflows/TypeCheck.yml
vendored
5
.github/workflows/TypeCheck.yml
vendored
@@ -25,3 +25,8 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
poetry run mypy ./nonebot_plugin_tetris_stats
|
poetry run mypy ./nonebot_plugin_tetris_stats
|
||||||
|
|
||||||
|
- name: Run BasedPyright
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
poetry run basedpyright ./nonebot_plugin_tetris_stats/
|
||||||
|
|||||||
@@ -20,8 +20,3 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: nonemoji
|
- id: nonemoji
|
||||||
stages: [prepare-commit-msg]
|
stages: [prepare-commit-msg]
|
||||||
|
|
||||||
- repo: https://github.com/DetachHead/basedpyright-pre-commit-mirror
|
|
||||||
rev: v1.13.0
|
|
||||||
hooks:
|
|
||||||
- id: basedpyright
|
|
||||||
|
|||||||
Reference in New Issue
Block a user