[flake8]
ignore = E226,E302,E41
max-line-length = 160
exclude = .git
max-complexity = 10
