[flake8]
max-line-length =
    90
ignore =
    E203,
    E501,
    W503,
    W605,
exclude =
    .git,
    __pycache__,
    scripts,
    external,
    tests,
    build,
    build-*
