Files
ruff/crates
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-17 15:50:33 +00:00
2024-12-17 15:50:33 +00:00
2024-12-17 15:50:33 +00:00
2024-12-19 13:15:42 +00:00
2024-12-17 15:50:33 +00:00
2024-12-17 15:50:33 +00:00
2024-12-19 13:15:42 +00:00