mirror of https://github.com/astral-sh/ruff
## Summary These projects from `mypy_primer` were missing from both `good.txt` and `bad.txt` for some reason. I thought about writing a script that would verify that `good.txt` + `bad.txt` = `mypy_primer.projects`, but that's not completely trivial since there are projects like `cpython` only appear once in `good.txt`. Given that we can hopefully soon get rid of both of these files (and always run on all projects), it's probably not worth the effort. We are usually notified of all `mypy_primer` changes. ## Test Plan CI on this PR |
||
|---|---|---|
| .. | ||
| corpus | ||
| mdtest | ||
| primer | ||
| README.md | ||
README.md
Markdown files within the mdtest/ subdirectory are tests of type inference and type checking;
executed by the tests/mdtest.rs integration test.
See crates/ty_test/README.md for documentation of this test format.