summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 3e5e632..778ba33 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -58,3 +58,8 @@ version-levels = 3
[distutils]
index-servers = pypi
+
+[flake8]
+# Ignore "and" at start of line.
+ignore = W503
+max-line-length = 120