Commit 5977250
Remove mypy from actions (#829)
Summary:
Pull Request resolved: #829
We can’t keep supporting mypy given some larger API changes that don’t actually break our code but messed with type checking. We need larger refactors to make this work but we can’t support it right now. So temporarily disabling mypy with note.
Reviewed By: tymmsc
Differential Revision: D91599368
fbshipit-source-id: 91ae333f51ae0f9fb37d523e57b6232dba1320f61 parent f6a344c commit 5977250
1 file changed
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
0 commit comments