[gnome-music/wip/mschraal/core] ci: Remove grilo.py and query.py from flake8 exceptions



commit b4f7e11e7549f020ca39bf5a4823fe254ca109ed
Author: Jean Felder <jfelder src gnome org>
Date:   Mon Jul 15 23:54:48 2019 +0200

    ci: Remove grilo.py and query.py from flake8 exceptions
    
    Those files do not exist anymore.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c25e3c0b..fa7e6cb9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,4 +63,4 @@ flake8:
   stage: check
   script:
     - dnf install -y python3-flake8
-    - flake8 --ignore E402,W503 --show-source --exclude=grilo.py,query.py gnomemusic/
+    - flake8 --ignore E402,W503 --show-source gnomemusic/


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