Bump flake8-pyi to 23.11.0 (#10997)

This commit is contained in:
Alex Waygood
2023-11-08 16:01:24 +00:00
committed by GitHub
parent b36f3c5229
commit 516f665505
19 changed files with 57 additions and 57 deletions
+3 -3
View File
@@ -9,10 +9,10 @@ from .ImageFile import ImageFile
split: Incomplete
field: Incomplete
if sys.platform == "win32":
gs_binary: Literal["gswin32c", "gswin64c", "gs", False, None]
gs_windows_binary: Literal["gswin32c", "gswin64c", "gs", False, None]
gs_binary: Literal["gswin32c", "gswin64c", "gs", False] | None
gs_windows_binary: Literal["gswin32c", "gswin64c", "gs", False] | None
else:
gs_binary: Literal["gs", False, None]
gs_binary: Literal["gs", False] | None
gs_windows_binary: None
def has_ghostscript(): ...