aboutsummaryrefslogtreecommitdiff
path: root/flake8
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-02-09 20:26:26 -0700
committerCody Hiar <codyfh@gmail.com>2017-02-09 20:26:26 -0700
commitb6ec77fceb5d60a0750840e8d37686070e44d080 (patch)
tree27bce83b84433d1c43ee0be28100969813ebf6fb /flake8
parent4f74589a0c446dcf952f1a9e5fc421a237929e82 (diff)
Adding flake8 config
Diffstat (limited to 'flake8')
-rw-r--r--flake86
1 files changed, 6 insertions, 0 deletions
diff --git a/flake8 b/flake8
new file mode 100644
index 0000000..da3e6f8
--- /dev/null
+++ b/flake8
@@ -0,0 +1,6 @@
+[flake8]
+exclude =
+ migrations,
+ __init__.py,
+ settings,
+