From 180ea24e5a050393051ffc8df1fcff8373f59783 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 21 Nov 2022 19:42:31 +0100 Subject: Remove pyflakes Isn't borderline useless compared to mypy and pylint --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e497ef8..97354ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,12 +38,6 @@ linting:pylint: # Once nautilus-python is in Debian, decomment it form the line below - pylint --disable=no-else-return,no-else-raise,no-else-continue,unnecessary-comprehension,raise-missing-from,unsubscriptable-object,use-list-literal --extension-pkg-whitelist=Nautilus,GObject,Gtk,Gio,GLib,gi ./nautilus/mat2.py -linting:pyflakes: - image: $CONTAINER_REGISTRY:linting - stage: linting - script: - - pyflakes3 ./libmat2 ./mat2 ./tests/ ./nautilus - linting:mypy: image: $CONTAINER_REGISTRY:linting stage: linting -- cgit v1.3