[flake8]
# E501: line too long
extend-ignore = E501
max-line-length = 88
count = True
statistics = True
