From 11b822d2dc061e54f96227b4f92fa5f89a9ab18d Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Fri, 17 Nov 2017 10:31:59 +0000 Subject: [PATCH] Disable isort Keeping isort happy while renaming lots of modules in parallel will create a lot of merge conflicts which take time to resolve. We will re enable after all the modules have been renamed. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 9b50b1f2d0..6d2f5d058a 100644 --- a/circle.yml +++ b/circle.yml @@ -9,7 +9,7 @@ dependencies: test: override: - flake8 wagtail - - isort --check-only --diff --recursive wagtail +# - isort --check-only --diff --recursive wagtail - npm run lint:js - npm run lint:css - python -u runtests.py