Commit ad043c9
fix(make_pyi): also diff staged changes when scanning for pyi updates (#6544)
* fix(make_pyi): also diff staged changes when scanning for pyi updates
pre-commit aligns the worktree with the index, so staged-but-uncommitted
edits don't appear in the unstaged diff and their .pyi files were never
regenerated.
* Apply suggestion from @greptile-apps[bot]
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>1 parent 6288dfe commit ad043c9
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
82 | 87 | | |
83 | 88 | | |
84 | 89 | | |
| |||
0 commit comments