From 5bdbfb934cd4587b9836b767d91338c0ef56d87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Tue, 30 Aug 2016 18:04:33 +0200 Subject: [PATCH] move isort.cfg --- src/{.isort.conf => .isort.cfg} | 1 + 1 file changed, 1 insertion(+) rename src/{.isort.conf => .isort.cfg} (62%) diff --git a/src/.isort.conf b/src/.isort.cfg similarity index 62% rename from src/.isort.conf rename to src/.isort.cfg index 8913d962..02c7273d 100644 --- a/src/.isort.conf +++ b/src/.isort.cfg @@ -1,2 +1,3 @@ [settings] line_length=120 +skip=migrations