[flake8]
exclude=
    common
    *test*
    deployment/remote_automl_classifier
    scripts/update-status-report-idx/*
extend-ignore=E203,E501,N802
