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:53:50 UTC

[buildstream] 01/02: setup.cfg: exclude .eggs/** and build/** from pycodestyle linting

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

not-in-ldap pushed a commit to branch doraskayo/exclude-eggs-from-linting
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit abf34d83987424278f71961fd7136b359c88a38e
Author: Dor Askayo <do...@gmail.com>
AuthorDate: Tue Jan 29 01:06:25 2019 +0200

    setup.cfg: exclude .eggs/** and build/** from pycodestyle linting
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index ee56674..e6b0f83 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,4 +20,4 @@ env =
 [pycodestyle]
 max-line-length = 119
 ignore = E129,E125,W504,W605
-exclude = .git/**,.tox/**,doc/source/conf.py,buildstream/_fuse/fuse.py,buildstream/_protos/**/*py
+exclude = .git/**,.tox/**,.eggs/**,build/**,doc/source/conf.py,buildstream/_fuse/fuse.py,buildstream/_protos/**/*py