summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-09-18 19:26:29 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2015-09-18 19:26:29 -0700
commitfc4bcd9ced97ad1d723c62bc219d7739192cbc52 (patch)
tree8da70a19c3747f60c1fe676292983c2be04bc45b
parent3c8320a4d5ae17c95e66ae0b4295de16e93b704a (diff)
downloadisort-fc4bcd9ced97ad1d723c62bc219d7739192cbc52.tar.gz
Update editor config to skip tox
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 5e1a36e2..8ab69f66 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,7 +7,7 @@ indent_size = 4
known_first_party = isort
known_third_party = kate
ignore_frosted_errors = E103
-skip = runtests.py,build
+skip = runtests.py,build,.tox
balanced_wrapping = true
not_skip = __init__.py