[flake8]
exclude =
    migrations,
    __pycache__,
    env,
max_line_length = 120
max_complexity = 10
