-
keil编译:.\build\keil\Obj\rtthread-w60x.axf: error: L6002U: Could not open file libraries\WM_Libraries\Lib\Wlan\libwlan_mdk.lib: No such file or directory
scons编译:makeimg err! No makeimg file found: …
-
```
flake8 . --count --statistics
...
6 E101 indentation contains mixed spaces and tabs
1 E111 indentation is not a multiple of four
1 E116 unexpected indentation (comment)
5 E1…
-
**Issue by [cjlovering](https://github.com/cjlovering)**
_Sunday Mar 15, 2020 at 22:14 GMT_
_Originally opened as https://github.com/nyu-mll/jiant/pull/1037_
----
----
_**[cjlovering](https://gi…
-
用 pre-commit hook 解决 Python 项目编码规范 - 掘金
https://juejin.im/post/5cdb8adc518825697d771349
CI也要加入
## flake8
Flake 8会报出一个信息:
line too long (791 > 79 characters) E501
怎么解决呢?
于是我查了一下,引入一个长字…
-
First of all best wishes for you! I am glad you are back. Get well soon!
It is very nice to see landscape.io up & running again.
Now for the crunchy stuff :-)
```
Oh No
Check number 57 has failed. …
-
@ralsina ran `flake8` and found lots of easy to fix warnings.
Getting these sorted would be great, but needs to be when we have minimal open PRs as it'll result in lots of conflicts!
```
! ◰…
-
Hi All,
I have a repo that fails without any error messages.
This is my settings file:
```
doc-warnings: yes
test-warnings: yes
strictness: veryhigh
autodetect: yes
max-line-length: 120
…
-
原因: 由于例程包比较大, github速度不太稳定, 建议提供基于 gitee 的镜像远端
-
We can either have a new unit number range attribute or allow unit ranges in the current unitNumber attribute
1. New unitNumberRange
unitDescriptor,unitNumber,unitNumberSuffix,unitNumberRange
Sui…
-
E712 comparison to False should be 'if cond is False:' or 'if not cond:'
Can be added?