Exclude broken symlink in ecosystem check - #23921
Merged
Merged
Conversation
Summary -- This should resolve the ecosystem errors in #23919. Test Plan -- This PR, first with the exclude commented out, then included.
|
This reverts commit dd51c4f.
ntBre
marked this pull request as ready for review
March 12, 2026 22:17
dylwil3
approved these changes
Mar 12, 2026
charliermarsh
pushed a commit
that referenced
this pull request
Jul 25, 2026
<!-- Thank you for contributing to Ruff/ty! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? (Please prefix with `[ty]` for ty pull requests.) - Does this pull request include references to any relevant issues? - Does this PR follow our AI policy (https://github.com/astral-sh/.github/blob/main/AI_POLICY.md)? --> ## Summary This reverts commit dd16d68 (#23921), since issue upstream is fixed in apache/airflow#64920 and workaround is no longer needed. https://patch-diff.githubusercontent.com/raw/apache/airflow/pull/64920.diff ```diff diff --git a/task-sdk/src/airflow/sdk/_shared/AGENTS.md b/task-sdk/src/airflow/sdk/_shared/AGENTS.md index 8d2c7cf9d3367..57a3a75046e45 120000 --- a/task-sdk/src/airflow/sdk/_shared/AGENTS.md +++ b/task-sdk/src/airflow/sdk/_shared/AGENTS.md @@ -1 +1 @@ -../../../../../airflow-core/src/airflow/_shared/AGENTS..md \ No newline at end of file +../../../../../airflow-core/src/airflow/_shared/AGENTS.md \ No newline at end of file ``` So workaround is no longer needed. ## Test Plan `ruff-ecosystem` runs without issues.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This should resolve the ecosystem errors in #23919.
Test Plan
This PR, first with the exclude commented out, then included.