[flake8]
ignore = W503,E203
exclude = buildoutput/*, public/*
max-complexity = 25
max-line-length = 160
