[flake8]
# Default ignores that we can extend
ignore=E121,E123,E126,E203,E204,E226,E24,E704,W503,W504
max-line-length=120
per-file-ignores=
    *adyen_airflow/adyen_airflow/__init__.py: F401,F403
