[flake8]
ignore = E226,E302,E41
max-line-length = 160
exclude = tests/*
extend-ignore = W503