be explicit to ignore line length

This commit is contained in:
Diederik van der Boor
2016-12-19 11:32:39 +01:00
parent 4aa3355f5c
commit 55de14b8f7
+4
View File
@@ -1,3 +1,7 @@
[wheel]
# create "py2.py3-none-any.whl" package
universal = 1
[flake8]
# ignore line size
max-line-length = 300