[red-knot] Extend ecosystem checks (#16761)

## Summary

The ecosystem checks have proven useful so far, so I'm extending the
list a bit. My main selection criteria are:

- Few dependencies (we don't understand -stubs/-types packages yet)
- Fewer than 1000 diagnostics
- No panics

## Test Plan

Ran it locally. We now have ~2k diagnostics in total, across 12 projects
This commit is contained in:
David Peter 2025-03-14 22:17:38 +01:00 committed by GitHub
parent ebcad6e641
commit c755eec91e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
--type-checker knot \ --type-checker knot \
--old base_commit \ --old base_commit \
--new "$GITHUB_SHA" \ --new "$GITHUB_SHA" \
--project-selector '/(mypy_primer|black|pyp|git-revise|zipp|arrow)$' \ --project-selector '/(mypy_primer|black|pyp|git-revise|zipp|arrow|isort|itsdangerous|rich|packaging|pybind11|pyinstrument)$' \
--output concise \ --output concise \
--debug > mypy_primer.diff || [ $? -eq 1 ] --debug > mypy_primer.diff || [ $? -eq 1 ]