be explicit to ignore line length

fix_request_path_info
Diederik van der Boor 2016-12-19 11:32:39 +01:00
parent 4aa3355f5c
commit 55de14b8f7
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
[wheel]
# create "py2.py3-none-any.whl" package
universal = 1
[flake8]
# ignore line size
max-line-length = 300