Commit cc038b2
pyproject.toml: add new poe target "types-extra"
As kindly suggested by the existing "types" target:
$ uv run poe types
Poe => mypy --package west
src/west/app/project.py:1364: note: By default the bodies of untyped
functions are not checked, consider using --check-untyped-defs
[annotation-unchecked]
Do not include in the "all" group because it's not passing.
Signed-off-by: Marc Herbert <[email protected]>1 parent 827f5ac commit cc038b2
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
0 commit comments