From e5220eb9a597c1666887e295ec9b0978a540b16d Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Thu, 26 May 2022 11:59:25 +0200 Subject: [PATCH] Remove deprecated option isort option --- gitlab-ci/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-ci/lint.yml b/gitlab-ci/lint.yml index 2eb8b9d..4b904e5 100644 --- a/gitlab-ci/lint.yml +++ b/gitlab-ci/lint.yml @@ -4,7 +4,7 @@ python-linting: before_script: - pip install -r requirements/production.txt -r requirements/development.txt --quiet script: - - isort src/ --check-only --recursive + - isort src/ --check-only - black src/ --line-length 88 --check - autoflake src/ --check --recursive --remove-all-unused-imports --ignore-init-module-imports only: