mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-28 02:39:59 +00:00
## Summary I saw that this creates a lot of false positives in the ecosystem, and it seemed to be relatively easy to add basic support for this. Some preliminary work on this was done by @InSyncWithFoo — thank you. part of https://github.com/astral-sh/ty/issues/111 ## Ecosystem analysis The results look good. ## Test Plan New Markdown tests --------- Co-authored-by: InSync <insyncwithfoo@gmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> |
||
|---|---|---|
| .. | ||
| corpus | ||
| mdtest | ||
| primer | ||
| 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.