This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e1bdd2  Spell out isort arguments
5e1bdd2 is described below

commit 5e1bdd2320bbd0f25630133aacbe6ae993955984
Author: Ahmet Altay <[email protected]>
AuthorDate: Thu Nov 30 14:01:13 2017 -0800

    Spell out isort arguments
---
 sdks/python/run_pylint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/run_pylint.sh b/sdks/python/run_pylint.sh
index 4c57e75..3e53128 100755
--- a/sdks/python/run_pylint.sh
+++ b/sdks/python/run_pylint.sh
@@ -81,7 +81,7 @@ for file in "${EXCLUDED_GENERATED_FILES[@]}"; do
   SKIP_PARAM="$SKIP_PARAM --skip $(basename $file)"
 done
 pushd "$MODULE"
-isort -p apache_beam -w 120 -y -c -ot -cs -sl ${SKIP_PARAM}
+isort -p apache_beam --line-width 120 --check-only --order-by-type 
--combine-star --force-single-line-imports ${SKIP_PARAM}
 popd
 FUTURIZE_EXCLUDED=(
   "typehints.py"

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to