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

Appearance settings

Commit af42681

Browse filesBrowse files
committed
Update pylama
1 parent 73d54e6 commit af42681
Copy full SHA for af42681

File tree

Expand file treeCollapse file tree

173 files changed

+27150
-4609
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

173 files changed

+27150
-4609
lines changed
Open diff view settings
Collapse file

‎AUTHORS‎

Copy file name to clipboardExpand all lines: AUTHORS
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,13 @@ Contributors:
3333
* Mel Boyce (http://github.com/syngin)
3434
* Mohammed (http://github.com/mbadran);
3535
* Naoya Inada (http://github.com/naoina);
36+
* Nate Zhang (https://github.com/natezhang93)
37+
* Paweł Korzeniewski (https://github.com/korzeniewskipl)
3638
* Pedro Algarvio (http://github.com/s0undt3ch);
3739
* Phillip Cloud (http://github.com/cpcloud);
3840
* Piet Delport (http://github.com/pjdelport);
3941
* Robert David Grant (http://github.com/bgrant);
42+
* Robin Schneider (https://github.com/ypid)
4043
* Ronald Andreu Kaiser (http://github.com/cathoderay);
4144
* Samir Benmendil (https://github.com/Ram-Z)
4245
* Sorin Ionescu (sorin-ionescu);
Collapse file

‎Changelog.rst‎

Copy file name to clipboardExpand all lines: Changelog.rst
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ Changelog
33

44
* Pylama updated to version 5.0.5
55
* Rope libs updated
6+
* Add wdb to debugger list in breakpoint cmd
67
* Add 'pymode_options_max_line_length' option
78
* Add ability to set related checker options `:help pymode-lint-options`
89
Options added: 'pymode_lint_options_pep8', 'pymode_lint_options_pep257',
910
'pymode_lint_options_mccabe', 'pymode_lint_options_pyflakes',
1011
'pymode_lint_options_pylint'
12+
* Highlight comments inside class/function arg lists
13+
* Don't fold single line def
14+
* Don't skip a line when the first docstring contains text
15+
* Add Python documentation vertical display option
16+
* Rope: correct refactoring function calls
1117

1218

1319
## 2014-06-11 0.8.1
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ rope:
3333
@cp -r $(CURDIR)/_/rope/rope $(CURDIR)/pymode/libs/.
3434

3535
$(PYLAMA):
36-
cp -r ~/Dropbox/projects/pylama/pylama $(PYLAMA)
36+
cp -r $$PRJDIR/pylama/pylama $(PYLAMA)
3737

3838
$(PYLAMA)/lint/pylama_pylint:
39-
cp -r ~/Dropbox/projects/pylama/plugins/pylama_pylint/pylama_pylint/ $(PYLAMA)/lint/pylama_pylint
39+
cp -r $$PRJDIR/pylama/plugins/pylama_pylint/pylama_pylint/ $(PYLAMA)/lint/pylama_pylint
4040

4141
$(CURDIR)/build:
4242
mkdir -p $(CURDIR)/build/usr/share/vim/addons

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.