[flake8]
max-line-length = 120
exclude = tests/*,examples/*,/dist/*,build/*,.eggs/*
max-complexity = 10
