[flake8]
select =
    E501,
# Reading ease is drastically reduced on read the doc after 103 chars
# (Because of horizontal scrolling)
max-line-length=103
