mirror of https://github.com/astral-sh/ruff
Fix `lint.future-annotations` link (#19876)
This commit is contained in:
parent
498a04804d
commit
94cfdf4b40
|
|
@ -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…
Reference in New Issue