Commit 7baac9c
committed
fix: type annotations for LSP/pyright compatibility
- Add Optional[str] to select_with_arrows() default_key parameter
- Add module-level _specify_tracker_active variable (replaces sys dynamic attr)
- Fix original_cwd initialization before try block in init_git_repo()
- Fix zip_path initialization in preset add command
- Bump version to 0.1.121 parent 1a0f8b8 commit 7baac9c
3 files changed
Lines changed: 22 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
10 | 20 | | |
11 | 21 | | |
12 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
830 | 833 | | |
831 | 834 | | |
832 | 835 | | |
833 | | - | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
834 | 839 | | |
835 | 840 | | |
836 | 841 | | |
| |||
1787 | 1792 | | |
1788 | 1793 | | |
1789 | 1794 | | |
| 1795 | + | |
1790 | 1796 | | |
1791 | | - | |
1792 | 1797 | | |
1793 | 1798 | | |
1794 | 1799 | | |
| |||
3391 | 3396 | | |
3392 | 3397 | | |
3393 | 3398 | | |
3394 | | - | |
| 3399 | + | |
| 3400 | + | |
3395 | 3401 | | |
3396 | 3402 | | |
3397 | 3403 | | |
| |||
4056 | 4062 | | |
4057 | 4063 | | |
4058 | 4064 | | |
| 4065 | + | |
4059 | 4066 | | |
4060 | 4067 | | |
4061 | 4068 | | |
4062 | 4069 | | |
4063 | 4070 | | |
4064 | 4071 | | |
4065 | 4072 | | |
4066 | | - | |
| 4073 | + | |
4067 | 4074 | | |
4068 | 4075 | | |
4069 | 4076 | | |
| |||
0 commit comments