From 2abd673a67066b33a777d72cdeb04f5eb7ee3bea Mon Sep 17 00:00:00 2001 From: Diego Rabatone Oliveira Date: Wed, 7 Feb 2018 10:13:21 -0200 Subject: [PATCH 1/3] Updating submodule versions --- submodules/mccabe | 2 +- submodules/pycodestyle | 2 +- submodules/pydocstyle | 2 +- submodules/pyflakes | 2 +- submodules/pylama | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/submodules/mccabe b/submodules/mccabe index c6b011eb..ae9f6b9e 160000 --- a/submodules/mccabe +++ b/submodules/mccabe @@ -1 +1 @@ -Subproject commit c6b011eb7266eeceb52c8fb0e9726efe5c2fa025 +Subproject commit ae9f6b9e2799daa80dad937d9462628b354dab97 diff --git a/submodules/pycodestyle b/submodules/pycodestyle index c6318094..6c8ea7bc 160000 --- a/submodules/pycodestyle +++ b/submodules/pycodestyle @@ -1 +1 @@ -Subproject commit c631809438660583b7b7f061d9858ff9e9ad27e4 +Subproject commit 6c8ea7bc4c000ee3ff48642540bc9144bb1e5e20 diff --git a/submodules/pydocstyle b/submodules/pydocstyle index df872e43..ac20e2c3 160000 --- a/submodules/pydocstyle +++ b/submodules/pydocstyle @@ -1 +1 @@ -Subproject commit df872e43915bcb6d94a334fff9c879574f78abc4 +Subproject commit ac20e2c3ecdaef64ba75cf170eadc25d35a3a836 diff --git a/submodules/pyflakes b/submodules/pyflakes index 8d0f995d..7a34cfd5 160000 --- a/submodules/pyflakes +++ b/submodules/pyflakes @@ -1 +1 @@ -Subproject commit 8d0f995dafda7105a6966057fd11383f1ea6fb71 +Subproject commit 7a34cfd5df3ce6907466cb2617b36ddec80247f7 diff --git a/submodules/pylama b/submodules/pylama index 8daaa42a..eb1a1327 160000 --- a/submodules/pylama +++ b/submodules/pylama @@ -1 +1 @@ -Subproject commit 8daaa42a6bd62197d11beae0e7d1139412816a14 +Subproject commit eb1a13278ebec25d1a75d8779696ab1bf65620fe From 490eaf928248501669d5eeef855fc81313a4a5ce Mon Sep 17 00:00:00 2001 From: Diego Rabatone Oliveira Date: Wed, 7 Feb 2018 11:11:03 -0200 Subject: [PATCH 2/3] Update autopep8 submodule and fix error caused by the update --- pymode/__init__.py | 1 + submodules/autopep8 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pymode/__init__.py b/pymode/__init__.py index 23129ace..2a5dac3d 100644 --- a/pymode/__init__.py +++ b/pymode/__init__.py @@ -22,6 +22,7 @@ class Options(object): in_place = True indent_size = int(vim.eval('&tabstop')) line_range = None + hang_closing = False max_line_length = int(vim.eval('g:pymode_options_max_line_length')) pep8_passes = 100 recursive = False diff --git a/submodules/autopep8 b/submodules/autopep8 index 93fff80d..8e5a6982 160000 --- a/submodules/autopep8 +++ b/submodules/autopep8 @@ -1 +1 @@ -Subproject commit 93fff80de7dd0819b36281bc0868e5b17c81fb7f +Subproject commit 8e5a6982a3ab8c8d3172602b6e4f803cd3d3c7bf From 4ef271c5c98155ac2f3aa4e473e1bbbcb6a2608a Mon Sep 17 00:00:00 2001 From: Diego Rabatone Oliveira Date: Wed, 7 Feb 2018 11:50:41 -0200 Subject: [PATCH 3/3] Improve tests helpers --- tests/test_helpers_bash/test_prepare_between_tests.sh | 4 +++- tests/test_helpers_bash/test_variables.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/test_helpers_bash/test_prepare_between_tests.sh b/tests/test_helpers_bash/test_prepare_between_tests.sh index d00e293a..cdce9869 100644 --- a/tests/test_helpers_bash/test_prepare_between_tests.sh +++ b/tests/test_helpers_bash/test_prepare_between_tests.sh @@ -2,7 +2,9 @@ # Prepare tests. set +e -rm $VIM_DISPOSABLE_PYFILE +if [ -f $VIM_DISPOSABLE_PYFILE ]; then + rm $VIM_DISPOSABLE_PYFILE +fi export VIM_DISPOSABLE_PYFILE=`mktemp /tmp/pymode.tmpfile.XXXXXXXXXX.py` set -e touch $VIM_DISPOSABLE_PYFILE diff --git a/tests/test_helpers_bash/test_variables.sh b/tests/test_helpers_bash/test_variables.sh index 4e4067a0..53edb5e5 100644 --- a/tests/test_helpers_bash/test_variables.sh +++ b/tests/test_helpers_bash/test_variables.sh @@ -3,7 +3,7 @@ # Define variables for common test scripts. # Set variables. -export VIM_DISPOSABLE_PYFILE=/tmp/pymode_disposable.py +export VIM_DISPOSABLE_PYFILE=`mktemp /tmp/pymode.tmpfile.XXXXXXXXXX.py` export VIM_OUTPUT_FILE=/tmp/pymode.out export VIM_TEST_VIMRC=/tmp/pymode_vimrc export VIM_TEST_PYMODECOMMANDS=/tmp/pymode_commands.txt pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy