[flake8]
ignore = E226,E302,E41,W503,C901
max-line-length = 130
exclude = tests/*
max-complexity = 10
