Skip to content

⬆️ Bump basedpyright from 1.17.5 to 1.18.3 #398

⬆️ Bump basedpyright from 1.17.5 to 1.18.3

⬆️ Bump basedpyright from 1.17.5 to 1.18.3 #398

Workflow file for this run

name: TypeCheck
on:
push:
jobs:
TypeCheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
shell: bash
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'poetry'
- run: poetry install
shell: bash
- name: Run Mypy
shell: bash
run: |
poetry run mypy ./nonebot_plugin_tetris_stats
- name: Run BasedPyright
shell: bash
run: |
poetry run basedpyright ./nonebot_plugin_tetris_stats/