Update most test/lint dependencies (#15582)

This commit is contained in:
renovate[bot]
2026-04-01 17:54:51 +02:00
committed by GitHub
parent 8ffc43610f
commit 8b31f2639e
142 changed files with 310 additions and 357 deletions
@@ -197,7 +197,7 @@ class __RL_SAFE_ENV__:
def __rl_range__(self, start, *args): ...
def __rl_set__(self, it): ...
def __rl_frozenset__(self, it=()): ...
def __rl_iter_unpack_sequence__(self, it, spec, _getiter_) -> Generator[Incomplete, None, None]: ...
def __rl_iter_unpack_sequence__(self, it, spec, _getiter_) -> Generator[Incomplete]: ...
def __rl_unpack_sequence__(self, it, spec, _getiter_): ...
def __rl_is_allowed_name__(self, name, crash: bool = True) -> bool: ...
def __rl_getattr__(self, obj, a, *args): ...
+2 -2
View File
@@ -66,7 +66,7 @@ def zipImported(ldr: zipimport.zipimporter | None = None) -> zipimport.zipimport
class CIDict(dict[_KT, _VT]):
def __init__(self, *args, **kwds) -> None: ...
def update(self, D: SupportsItems[_KT, _VT]) -> None: ... # type:ignore[override]
def update(self, D: SupportsItems[_KT, _VT]) -> None: ... # type: ignore[override]
def markfilename(filename, creatorcode=None, filetype=None): ...
@@ -198,7 +198,7 @@ class TimeStamp:
def recursiveGetAttr(obj, name, g=None): ...
def recursiveSetAttr(obj, name, value) -> None: ...
def recursiveDelAttr(obj, name) -> None: ...
def yieldNoneSplits(L) -> Generator[Incomplete, None, None]: ...
def yieldNoneSplits(L) -> Generator[Incomplete]: ...
class KlassStore:
lim: int