We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84db42f commit 89d8c93Copy full SHA for 89d8c93
.github/workflows/TypeCheck.yml
@@ -25,3 +25,8 @@ jobs:
25
shell: bash
26
run: |
27
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
@@ -20,8 +20,3 @@ repos:
20
hooks:
21
- id: nonemoji
22
stages: [prepare-commit-msg]
23
-
24
- - repo: https://github.com/DetachHead/basedpyright-pre-commit-mirror
- rev: v1.13.0
- hooks:
- - id: basedpyright
0 commit comments