summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2014-04-16 23:24:50 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2014-04-16 23:24:50 -0400
commit23832833dba892f62c89162d39777274ca5dee1f (patch)
tree30bd9d2e496d209952c3a8e68509a50f85a79fff
parent4699a1074a77e48d6677bb6b27f4742a32d6f060 (diff)
downloadisort-23832833dba892f62c89162d39777274ca5dee1f.tar.gz
Change isort config to explicitly parse __init__.py
-rw-r--r--.editorconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index c306348f..e2da10c7 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,5 +7,6 @@ indent_size = 4
known_first_party = isort
known_third_party = kate
ignore_frosted_errors = E103
-skip = __init__.py,runtests.py,build
+skip = runtests.py,build
balanced_wrapping = true
+not_skip = __init__.py \ No newline at end of file