-
Hello.
May I suggest the line:
```python
return editor.getGrammar().name.indexOf("Python",0) > 0
```
instead of..
https://github.com/markbaas/atom-python-autopep8/blob/master/lib/python-autope…
ghost updated
6 years ago
-
Formatting is terrible at the moment. Random camel case or snake case for both variables and functions. Fix current system and create set rules for formatting
-
elpy-config output
```
Virtualenv........: libs (/home/dmitry/.pyenv/versions/3.4.3/envs/libs)
RPC Python........: 3.5.1 (/home/dmitry/.pyenv/shims/python3)
Interactive Python: ipython3 (/home/dmitry…
-
This code needs to follow pep8. We will add to the standard to force the use of [autopep8](https://github.com/hhatto/autopep8/blob/master/README.rst) or a better alternative.
cegme updated
7 years ago
-
### Describe the bug
With our linting configuration, it sometime autopep escapes escape chars that it shouldn't---see [this comment][comment] to #499 about it.
### To Reproduce
Install autopep an…
-
File "codelint.py", line 215, in
refactor_autopep8(python_filename)
NameError: name 'python_filename' is not defined
-
* pylint
* autopep8
* mypy
-
@jihoonl, @bit-pirate, @dwlee, @hughie, @piyushk
This is carried over from Piyush's work initiated in the multimaster repo (https://github.com/robotics-in-concert/rocon_multimaster/issues/259). It's …
-
复现好的模型,代码提交 [Oneflow-Inc/models](https://github.com/Oneflow-Inc/models) 仓库统一管理。
对于能找到Pytorch官方实现的模型,比如视觉分类网络,直接对齐torch实现然后把torch的预训练模型直接转成oneflow来用,复现的模型代码需要提供:
- 训练脚本
- 预训练模型
- 预测脚本
- requirem…
-
I want to limit the length of each line to less than 80,But parameter “--max-line-length 79” does not take effect.