Commit c1fc8ea
authored
ci: add mypy type checking to CI pipeline (#608)
- Add mypy and types-protobuf to requirements-dev.txt
- Add mypy.ini with disable_error_code for import-not-found and
import-untyped (AppKit/Foundation/google stubs unavailable)
- Add "Run mypy" step to test.yml after pytest1 parent 63f6a94 commit c1fc8ea
File tree
3 files changed
+8
-0
lines changed- .github/workflows
- api/library/python/iterm2
3 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
0 commit comments