mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-23 21:46:46 +00:00
Update lint.flake8-type-checking.quoted-annotations docs (#20765)
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
parent
5e08e5451d
commit
e338d2095e
2 changed files with 3 additions and 2 deletions
|
|
@ -2168,7 +2168,8 @@ pub struct Flake8TypeCheckingOptions {
|
|||
///
|
||||
/// Note that this setting has no effect when `from __future__ import annotations`
|
||||
/// is present, as `__future__` annotations are always treated equivalently
|
||||
/// to quoted annotations.
|
||||
/// to quoted annotations. Similarly, this setting has no effect on Python
|
||||
/// versions after 3.14 because these annotations are also deferred.
|
||||
#[option(
|
||||
default = "false",
|
||||
value_type = "bool",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue