From commits-return-47728-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Wed Jan 9 21:57:30 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A50F3180669 for ; Wed, 9 Jan 2019 21:57:29 +0100 (CET) Received: (qmail 3764 invoked by uid 500); 9 Jan 2019 20:57:28 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 3755 invoked by uid 99); 9 Jan 2019 20:57:28 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2019 20:57:28 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3E53585C05; Wed, 9 Jan 2019 20:57:28 +0000 (UTC) Date: Wed, 09 Jan 2019 20:57:28 +0000 To: "commits@qpid.apache.org" Subject: [qpid-dispatch] branch master updated: NO-JIRA: ignore python flake8 E129 warning - it is legal pep8 python MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154706744817.12177.14295270001202203392@gitbox.apache.org> From: kgiusti@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: qpid-dispatch X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d202123a6174f459935486ce777b9b4553dfca7e X-Git-Newrev: 85847d62f694c0717c5db32c60aaa80bf7940ab2 X-Git-Rev: 85847d62f694c0717c5db32c60aaa80bf7940ab2 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. kgiusti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 85847d6 NO-JIRA: ignore python flake8 E129 warning - it is legal pep8 python 85847d6 is described below commit 85847d62f694c0717c5db32c60aaa80bf7940ab2 Author: Kenneth Giusti AuthorDate: Wed Jan 9 15:56:14 2019 -0500 NO-JIRA: ignore python flake8 E129 warning - it is legal pep8 python --- tests/tox.ini.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tox.ini.in b/tests/tox.ini.in index 4885e61..c2d1405 100644 --- a/tests/tox.ini.in +++ b/tests/tox.ini.in @@ -27,7 +27,7 @@ skip_install = True [testenv] # we ignore lots of errors/warnings we probably should not, # but it will take a lot of effort to make the code PEP8 compliant... -commands = flake8 --count ${CMAKE_SOURCE_DIR}/python ${CMAKE_SOURCE_DIR}/console ${CMAKE_SOURCE_DIR}/docs ${CMAKE_SOURCE_DIR}/tests ${CMAKE_SOURCE_DIR}/tools --show-source --ignore=E111,E114,E121,E122,E123,E124,E126,E127,E128,E131,E201,E202,E203,E211,E221,E222,E225,E226,E228,E231,E241,E251,E261,E266,E265,E271,E272,E301,E302,E303,E401,E402,E501,E502,E701,E702,E703,E704,E711,E712,E713,E714,E731,F401,F403,F405,F811,F841,H101,H102,H104,H201,H202,H234,H237,H238,H301,H306,H401,H403,H404,H405,W [...] +commands = flake8 --count ${CMAKE_SOURCE_DIR}/python ${CMAKE_SOURCE_DIR}/console ${CMAKE_SOURCE_DIR}/docs ${CMAKE_SOURCE_DIR}/tests ${CMAKE_SOURCE_DIR}/tools --show-source --ignore=E111,E114,E121,E122,E123,E124,E126,E127,E128,E129,E131,E201,E202,E203,E211,E221,E222,E225,E226,E228,E231,E241,E251,E261,E266,E265,E271,E272,E301,E302,E303,E401,E402,E501,E502,E701,E702,E703,E704,E711,E712,E713,E714,E731,F401,F403,F405,F811,F841,H101,H102,H104,H201,H202,H234,H237,H238,H301,H306,H401,H403,H404,H [...] deps = hacking>=1.1.0 # flake8 no longer supports python2.6 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org