Commit 0f777cf
committed
fix::修复 CI失败:
1. makefile 忽略R1735错误(字面量),原框架中写法为return(dict{}),已经建议为return({}),忽略这类错误
2. 更新urllib3版本为1.26,大于2 的版本get_host方法被移除
3. wechaty.py中新加的方法增加类型忽略注释,ci失败1 parent bc79fd3 commit 0f777cf
3 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
715 | | - | |
| 715 | + | |
716 | 716 | | |
717 | 717 | | |
718 | 718 | | |
| |||
0 commit comments