mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-14 12:29:11 +00:00
![]() ## 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` |
||
---|---|---|
.. | ||
resources | ||
src | ||
__init__.py | ||
Cargo.toml |