You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:45:53 UTC

[buildstream] 02/04: setup.cfg: Ignore W605 and W504 for now

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

not-in-ldap pushed a commit to branch tlater/pycodestyle
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit b4648a511868d30ca02fce606b3631c89a049673
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Tue Aug 28 20:48:55 2018 +0100

    setup.cfg: Ignore W605 and W504 for now
    
    This is the current occurence:
    40      W605 invalid escape sequence '\s'
    75      W504 line break after binary operator
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index f4decbf..56710a8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,6 +15,6 @@ addopts = --verbose --basetemp ./tmp --codestyle --pylint --pylint-rcfile=.pylin
 norecursedirs = tests/integration/project integration-cache tmp __pycache__ .eggs
 python_files = tests/*/*.py
 codestyle_max_line_length = 119
-codestyle_ignore = E129 E125
+codestyle_ignore = E129 E125 W504 W605
 env =
     D:BST_TEST_SUITE=True