[flake8]
max-line-length = 120
exclude = tests/*
max-complexity = 10
ignore =
    E402