summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-07-25 08:52:35 -0400
committerTim Graham <timograham@gmail.com>2016-07-25 10:14:34 -0400
commit79c1c6d93b6459d50b9ee392ce0ab3d994823dda (patch)
tree51053f918e63fd5c1e9dfcc4828c7b42462af1da /setup.cfg
parentebffa32ffc75c147e73e0094e19dca1ae2ad3915 (diff)
Added .tox to flake8 ignore.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 48e20983..55a473d1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[flake8]
-exclude = djangodocs
+exclude = djangodocs,.tox
ignore = F405
max-line-length = 160