[gnome-music/wip/mschraal/CIpep8fix] CI: Update pep8 ignores



commit 2f0552ad5f4dca66db257885dcdb6a429a968bce
Author: Marinus Schraal <mschraal gnome org>
Date:   Fri Dec 15 16:22:31 2017 +0100

    CI: Update pep8 ignores
    
    Go with the times and update our pep8 to only issue warnings about
    things we care about.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bec1e48..db4fa84 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,5 +38,5 @@ pep8:
   stage: check
   script:
     - dnf update -y --nogpgcheck && dnf install -y --nogpgcheck python3-pep8
-    - python3-pep8 --ignore=E501,E225,E265,E402 --show-source --show-pep8 .
+    - python3-pep8 --ignore=W503,E402 --show-source --show-pep8 .
   allow_failure: true


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]