Commit 7b0e1ae
committed
fix(submodule): coerce deinit path to str for mypy
self.path is str | PathLike[str], but the deinit args list is typed List[str],
so mypy flagged the list item as incompatible (base.py:1297). Wrap it in str()
- this is the CI failure that put the PR back to draft. git submodule expects a
string path anyway, and the existing test (path="module") is unaffected.1 parent 8e24b0f commit 7b0e1ae
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1294 | 1294 | | |
1295 | 1295 | | |
1296 | 1296 | | |
1297 | | - | |
| 1297 | + | |
1298 | 1298 | | |
1299 | 1299 | | |
1300 | 1300 | | |
| |||
0 commit comments