summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2016-09-01 13:36:37 +0200
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2016-09-01 13:48:55 +0200
commitae9ccbd5178f359a4e07a7491c629b10a3843133 (patch)
tree1811ba6e1ca59266ab0598dbbb17778652967de7 /.flake8
parent112ce0dc974eec7fdb1b3abbd32dce029b2e7828 (diff)
downloadsemantic-version-ae9ccbd5178f359a4e07a7491c629b10a3843133.tar.gz
Rearrange test suite.
* Use tox * Add a full linting step
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