Skip to content

Exclude broken symlink in ecosystem check - #23921

Merged
ntBre merged 3 commits into
mainfrom
brent/ecosystem-check
Mar 12, 2026
Merged

Exclude broken symlink in ecosystem check#23921
ntBre merged 3 commits into
mainfrom
brent/ecosystem-check

Conversation

@ntBre

@ntBre ntBre commented Mar 12, 2026

Copy link
Copy Markdown
Contributor

Summary

This should resolve the ecosystem errors in #23919.

Test Plan

This PR, first with the exclude commented out, then included.

ntBre added 2 commits March 12, 2026 18:05
Summary
--

This should resolve the ecosystem errors in #23919.

Test Plan
--

This PR, first with the exclude commented out, then included.
@ntBre ntBre added testing Related to testing Ruff itself ci Related to internal CI tooling and removed testing Related to testing Ruff itself labels Mar 12, 2026
@astral-sh-bot

astral-sh-bot Bot commented Mar 12, 2026

Copy link
Copy Markdown

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Formatter (stable)

✅ ecosystem check detected no format changes.

Formatter (preview)

✅ ecosystem check detected no format changes.

@ntBre
ntBre marked this pull request as ready for review March 12, 2026 22:17
@ntBre
ntBre merged commit dd16d68 into main Mar 12, 2026
43 checks passed
@ntBre
ntBre deleted the brent/ecosystem-check branch March 12, 2026 22:27
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Related to internal CI tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants