Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit702ac1e

Browse files
committed
Add pep257 linter option on source comment
1 parent0eb8452 commit702ac1e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Contributors:
2121
* Daniel Hahler (http://github.com/blueyed)
2222
* David Vogt (http://github.com/winged);
2323
* Denis Kasak (http://github.com/dkasak);
24+
* Diego Rabatone Oliveira (https://github.com/diraol)
2425
* Dimitrios Semitsoglou-Tsiapos (https://github.com/dset0x);
2526
* Dirk Wallenstein (http://github.com/dirkwallenstein);
2627
* Florent Xicluna (http://github.com/florentx);

‎plugin/pymode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ call pymode#default("g:pymode_lint_on_fly", 0)
106106
" Show message about error in command line
107107
callpymode#default("g:pymode_lint_message",1)
108108

109-
" Choices are: pylint, pyflakes, pep8, mccabe
109+
" Choices are: pylint, pyflakes, pep8, mccabe and pep257
110110
callpymode#default("g:pymode_lint_checkers", ['pyflakes','pep8','mccabe'])
111111

112112
" Skip errors and warnings (e.g. E4,W)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp