Files
ruff/crates/red_knot_python_semantic/resources/mdtest
Micha Reiser 913bce3cd5 Basic support for type: ignore comments (#15046)
## Summary

This PR adds initial support for `type: ignore`. It doesn't do anything
fancy yet like:

* Detecting invalid type ignore comments
* Detecting type ignore comments that are part of another suppression
comment: `# fmt: skip # type: ignore`
* Suppressing specific lints `type: ignore [code]`
* Detecting unsused type ignore comments
* ...

The goal is to add this functionality in separate PRs.

## Test Plan

---------

Co-authored-by: Carl Meyer <carl@astral.sh>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-12-20 10:35:09 +01:00
..
2024-12-10 13:05:51 +00:00
2024-12-10 13:05:51 +00:00
2024-12-10 13:05:51 +00:00
2024-12-10 13:05:51 +00:00
2024-12-10 13:05:51 +00:00
2024-12-10 13:05:51 +00:00