Merged
Conversation
bbelyeu
commented
Apr 20, 2018
| 1. **Be more productive**: Pymode saves time by bringing all the tools | ||
| necessary for professional developers so that you can focus on bigger | ||
| things. It has been finely tuned based on decades of experience working | ||
| with Vim and is constantly kept up to date. |
Contributor
Author
There was a problem hiding this comment.
bbelyeu
commented
Apr 20, 2018
| > | ||
| let g:pymode_lint_options_pep8 = | ||
| \ {'max_line_length': g:pymode_options_max_line_length}) | ||
| \ {'max_line_length': g:pymode_options_max_line_length} |
Contributor
Author
There was a problem hiding this comment.
I had tried to copy & paste this line from the help doc into my ftplugin for python files, but was getting syntax errors b/c of the trailing ")"
bbelyeu
commented
Apr 20, 2018
| > | ||
| let g:pymode_lint_options_pylint = | ||
| \ {'max-line-length': g:pymode_options_max_line_length}) | ||
| \ {'max-line-length': g:pymode_options_max_line_length} |
Contributor
Author
There was a problem hiding this comment.
I had tried to copy & paste this line from the help doc into my ftplugin for python files, but was getting syntax errors b/c of the trailing ")"
bbelyeu
commented
Apr 20, 2018
| - <https://github.com/python-mode/python-mode/wiki> | ||
|
|
||
| **Please use python-mode tag on Stackoverflow to ask questions:** | ||
| **Please use python-mode tag on Stackoverflow to ask questions:** |
Contributor
Author
There was a problem hiding this comment.
This line and a few others below had unnecessary trailing whitespace on the line.
diraol
approved these changes
Apr 21, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.