mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:24:57 +00:00
Fix lint.future-annotations
link (#19876)
This commit is contained in:
parent
498a04804d
commit
94cfdf4b40
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ use crate::{AlwaysFixableViolation, Edit, Fix};
|
|||
/// ## Fix safety
|
||||
///
|
||||
/// The rule's fix is marked as safe, unless [preview] and
|
||||
/// [`lint.future_annotations`] are enabled and a `from __future__ import
|
||||
/// [`lint.future-annotations`] are enabled and a `from __future__ import
|
||||
/// annotations` import is added. Such an import may change the behavior of all annotations in the
|
||||
/// file.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue