From 9ca115854ebacfad7ad220eb93e015b17eaccf9d Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Thu, 13 May 2021 15:01:17 +0200 Subject: [PATCH] [ci] #401: Add isort job isort installed on 3.8 image --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3368154..c35b97fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,13 @@ format: script: - black --check silkaj tests +isort: + extends: + - .code_changes + stage: checks + script: + - isort --check silkaj tests + .tests: extends: .changes stage: tests -- GitLab