[flake8]
# E501: ignore line length
# W503 is incompatible with PEP 8
ignore = E501,W503
