[flake8]
ignore = E265,E402,F401
max-line-length = 120
exclude = test*/*
max-complexity = 10
