Bump flake8-pyi to 24.6.0 (#12132)

This commit is contained in:
Alex Waygood
2024-06-12 11:46:23 +01:00
committed by GitHub
parent 804a58165a
commit 9197ace5ec
9 changed files with 24 additions and 28 deletions

View File

@@ -11,7 +11,7 @@ if sys.version_info >= (3, 13):
PyCF_OPTIMIZED_AST: Literal[33792]
# Used for node end positions in constructor keyword arguments
_EndPositionT = typing_extensions.TypeVar("_EndPositionT", int, int | None, default=int | None) # noqa: Y023
_EndPositionT = typing_extensions.TypeVar("_EndPositionT", int, int | None, default=int | None)
# Alias used for fields that must always be valid identifiers
# A string `x` counts as a valid identifier if both the following are True