Update lint.flake8-type-checking.quoted-annotations docs (#20765)

Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
Matt Norton 2025-10-14 07:43:24 +01:00 committed by GitHub
parent 5e08e5451d
commit e338d2095e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -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",