Skip to content

Commit 1e57c6c

Browse files
authored
Automatically merged TODO updates by imdone.io [ci skip] [imdone skip]
TODO updates by @imdone
2 parents ad93621 + 9278168 commit 1e57c6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ As you can see in [JimmyLv/api](https://github.com/JimmyLv/api) repo which will
4747

4848
### Blog
4949

50-
#TODO: add more details in wiki, and also update md images url from qiniu to github id:50
50+
#TODO: add more details in wiki, and also update md images url from qiniu to github id:50 gh:2
5151

5252
- [x] [JimmyLv/jekyll-blog](https://github.com/JimmyLv/jekyll-blog): `jekyll` version, which is the default blog to be published on <https://blog.jimmylv.info> | <http://jekyll.jimmylv.info>..
5353
- [ ] [JimmyLv/hexo-blog](https://github.com/JimmyLv/hexo-blog): `hexo` version, which is another alternative of `jekyll` and you can play with `nodejs` easily, <http://hexo.jimmylv.info>.

编程/2014-09-26-setting-sublime-for-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ import urllib.request,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330
141141

142142
- GitGutter 在编辑器的凹槽区,依照 Git ,增加小图标来标识一行是否被插入、修改或删除。在 GitGutter 的 readme 中有说明如何更改颜色图标来更新你的配色方案文件。
143143

144-
- Pylinter 这个插件提供了目前我所见到的最好的 pylint 编辑器整合。它自动检查 .py 文件,无论其何时被保存,并且会直接在编辑界面显示 pylint 违规。它还有一个快捷方式来禁用局部的 pylint 检查,通过插入一个 #pylint: 禁用注释。这个插件对于我确实非常有用。 id:43
144+
- Pylinter 这个插件提供了目前我所见到的最好的 pylint 编辑器整合。它自动检查 .py 文件,无论其何时被保存,并且会直接在编辑界面显示 pylint 违规。它还有一个快捷方式来禁用局部的 pylint 检查,通过插入一个 #pylint: 禁用注释。这个插件对于我确实非常有用。 id:43 gh:1
145145

146146
- SublimeLinter 是用来在写代码时做代码检查的,可以检查 Python 代码是否符合 PEP8 的要求。
147147

0 commit comments

Comments
 (0)