[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-05-24 12:37:49 +00:00
commit 3ef64c2d65

View file

@ -1432,9 +1432,7 @@ class ExternalProviderClient:
# this only matters when callers paste pathologically
# long lists by accident).
sequences = list(
dict.fromkeys(
s for s in stop if isinstance(s, str) and s.strip()
)
dict.fromkeys(s for s in stop if isinstance(s, str) and s.strip())
)
if len(sequences) > 16:
logger.warning(