[flake8]
# E501: line too long
# W504: line break after binary operator
ignore = E501,W504
exclude = ./third_party ./out
