[flake8]
max-line-length = 120
ignore = E712, W503, E203
exclude =
    .git,
    __pycache__,
    docs/source/conf.py,
    old,
    build,
    dist,

max-complexity = 8

