summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake84
1 files changed, 4 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..eceea15
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,4 @@
+[flake8]
+# Ignore "and" at start of line.
+ignore = W503
+max-line-length = 120