summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2018-03-05 21:29:26 -0500
committerMatt Singleton <matt@xcolour.net>2018-03-05 21:29:26 -0500
commit88fde49d7ed5656e5398a8e1b7e8b1b70af5fcbc (patch)
treefee9591819a5dc3732848865ac9f7a546bac1347 /.flake8
parentd1c9e337207ad77b70337aa701a39aeaa15fc8f5 (diff)
simple travis build
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..5f68dc3
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,6 @@
+[flake8]
+# E501: line length
+# E302: blank lines
+# E127: continuation indent
+ignore = E501,E302,E127
+exclude = .git,venv