summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-02-10 07:38:09 -0500
committerTim Graham <timograham@gmail.com>2016-02-10 07:38:09 -0500
commit55c3ac8b09b404051c56e2fa5d168c9a9250440a (patch)
tree3eb6c179ebaf7f0a54d5c7fdbb72456f5e5b3b7f /setup.cfg
parente51eba97f7e226d2e9deb31f8c23b1e00df04b9c (diff)
Removed flake8 exclude from migrations.
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 9fee9f4a..cd9e20ca 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[flake8]
-exclude = djangodocs,migrations
+exclude = djangodocs
max-line-length = 160
[isort]