diff --git a/python/ruff-ecosystem/ruff_ecosystem/defaults.py b/python/ruff-ecosystem/ruff_ecosystem/defaults.py index 5c09fce06f71b2..a33798dd489aa0 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/defaults.py +++ b/python/ruff-ecosystem/ruff_ecosystem/defaults.py @@ -23,6 +23,12 @@ Project( repo=Repository(owner="apache", name="airflow", ref="main"), check_options=CheckOptions(select="ALL"), + config_overrides={ + # Broken symlink + "exclude": [ + "task-sdk/src/airflow/sdk/_shared/AGENTS.md", + ] + }, ), Project( repo=Repository(owner="apache", name="superset", ref="master"),