From 954b32330c93de015b6ee94202543b7bd17cadcc Mon Sep 17 00:00:00 2001 From: yanglei Date: Sun, 5 Jul 2020 18:15:38 +0800 Subject: [PATCH] use isort==4.3.21 for linting --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac2de26aa..654976563 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ linting: image: $PYTORCH_IMAGE stage: linting script: - - pip install flake8 yapf isort + - pip install flake8 yapf isort==4.3.21 - flake8 . - isort -rc --check-only --diff mmcls/ tools/ tests/ - yapf -r -d mmcls/ tools/ tests/ configs/