summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 11:22:10 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 16:19:57 +0100
commita146f483686ffcb76f2a33b17fead72b872b3f68 (patch)
tree91092539e5eabec0731482006fbe5bb04fb11a85 /setup.cfg
parent306fbe1b2222d218c62c2ddb32d91eeea8957951 (diff)
downloadsemantic-version-a146f483686ffcb76f2a33b17fead72b872b3f68.tar.gz
Move flake8 configuration to setup.cfg
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