We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
代码要通过 flake8 验证通过。
安装 flake8:
$ sudo pip install flake8
如果使用 vim 的话,使用 vim-syntastic 会自动调用 flake8:
Bundle "scrooloose/syntastic"
另外,使用 vim 的话,推荐用我在用的这个缩进:
https://github.com/lepture/dotfiles/blob/master/vim/indent/python.vim
可参考 Code Style