[flake8]
# Ignore W503 due to https://github.com/PyCQA/pycodestyle/issues/498
# Ignore E501 electively
ignore = E501,W503
