ruff/crates/ruff_linter
Tom Kuson 5ab4cc86c2
Reword future-rewritable-type-annotation (FA100) message (#11381)
## Summary

Changes `future-rewritable-type-annotation` (`FA100`) message to be less
confusing. Uses phrasing from the rule documentation to be consistent.
For example,

```
from_typing_import.py:5:13: FA100 Add `from __future__ import annotations` to rewrite `typing.List` more succinctly
```

Closes #10573.

## Test Plan

`cargo nextest run`
2024-05-13 01:38:49 +00:00
..
resources Avoid PLE0237 for property with setter (#11377) 2024-05-12 20:23:00 -04:00
src Reword future-rewritable-type-annotation (FA100) message (#11381) 2024-05-13 01:38:49 +00:00
__init__.py [pylint] (Re-)Implement import-private-name (C2701) (#9553) 2024-01-16 14:03:11 -05:00
Cargo.toml Bump version to v0.4.4 (#11352) 2024-05-09 17:00:46 +00:00