diff options
| author | jvoisin | 2022-11-21 19:42:31 +0100 |
|---|---|---|
| committer | jvoisin | 2022-11-21 19:57:38 +0100 |
| commit | 180ea24e5a050393051ffc8df1fcff8373f59783 (patch) | |
| tree | 30e80f95a7edaac494470f492c56932e1daf2484 /.gitlab-ci.yml | |
| parent | 618e0a8e3984fd534b95ef3dbdcb8a76502c90b5 (diff) | |
Remove pyflakes
Isn't borderline useless compared to mypy and pylint
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
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: | |||
| 38 | # Once nautilus-python is in Debian, decomment it form the line below | 38 | # Once nautilus-python is in Debian, decomment it form the line below |
| 39 | - 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 | 39 | - 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 |
| 40 | 40 | ||
| 41 | linting:pyflakes: | ||
| 42 | image: $CONTAINER_REGISTRY:linting | ||
| 43 | stage: linting | ||
| 44 | script: | ||
| 45 | - pyflakes3 ./libmat2 ./mat2 ./tests/ ./nautilus | ||
| 46 | |||
| 47 | linting:mypy: | 41 | linting:mypy: |
| 48 | image: $CONTAINER_REGISTRY:linting | 42 | image: $CONTAINER_REGISTRY:linting |
| 49 | stage: linting | 43 | stage: linting |
