[flake8]
ignore = W503,C901
max-line-length = 120
exclude = tests/*,temp/
max-complexity = 10
