Skip to content

Commit ec1d535

Browse files
authored
make ecosystem-analyzer self-aware (#25460)
## Summary Update to the latest upstream commit of ecosyste-analyzer following hauntsaninja/mypy_primer#249 and astral-sh/ecosystem-analyzer#72. This means that ecosystem-analyzer now checks ty by running ty on ecosystem-analyzer, a very satifsying ouroboros ## Test Plan ci on this pr
1 parent 35ee088 commit ec1d535

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ty-ecosystem-analyzer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ env:
4242
RUST_BACKTRACE: 1
4343
# Line-tables-only debug info: faster builds, backtraces still work.
4444
CARGO_PROFILE_PROFILING_DEBUG: line-tables-only
45-
ECOSYSTEM_ANALYZER_COMMIT: 88eb3e1ceaf6a573a5b21155a40b15b3d54b6a6c
45+
ECOSYSTEM_ANALYZER_COMMIT: 296347b07a34b0b1fffc1cb3e03abacf0fd5df70
4646

4747
jobs:
4848
build-ty:

.github/workflows/ty-ecosystem-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
mkdir -p ~/.config/ty
5858
cp .github/ty-ecosystem.toml ~/.config/ty/ty.toml
5959
60-
uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@88eb3e1ceaf6a573a5b21155a40b15b3d54b6a6c"
60+
uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@296347b07a34b0b1fffc1cb3e03abacf0fd5df70"
6161
6262
ecosystem-analyzer \
6363
--verbose \

crates/ty_python_semantic/resources/primer/good.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ dedupe
4646
discord.py
4747
django-stubs
4848
django-test-migrations
49+
docstring-adder
4950
downforeveryone
5051
dragonchain
5152
dulwich
53+
ecosystem-analyzer
5254
egglog-python
5355
flake8
5456
flake8-pyi

0 commit comments

Comments
 (0)