Commit a624b9c
committed
fix(ci): fix pyright missing import and shellcheck warning
- args.py: add type: ignore[import] to rich_argparse import so pyright
doesn't fail in CI environments where rich_argparse is not installed
- install.sh: remove unused VENV_PYTHON variable (shellcheck SC2034)1 parent 2a3fcbe commit a624b9c
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments