Skip to content

narrow Any's in and_conditional_maps#11

Closed
hauntsaninja wants to merge 1 commit intomasterfrom
narrowcondit
Closed

narrow Any's in and_conditional_maps#11
hauntsaninja wants to merge 1 commit intomasterfrom
narrowcondit

Conversation

@hauntsaninja
Copy link
Copy Markdown
Owner

No description provided.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 4, 2026

Diff from mypy_primer, showing the effect of this PR on open source code:

core (https://github.com/home-assistant/core)
+ homeassistant/config.py:1045: error: Argument 1 to "add" of "set" has incompatible type "Hashable"; expected "str"  [arg-type]
+ homeassistant/components/schedule/__init__.py:393: error: Need type annotation for "data_keys" (hint: "data_keys: set[<type>] = ...")  [var-annotated]

Tanjun (https://github.com/FasterSpeeding/Tanjun)
+ tanjun/clients.py:3154: error: Redundant cast to "Iterable[Any]"  [redundant-cast]

dd-trace-py (https://github.com/DataDog/dd-trace-py)
+ ddtrace/appsec/_iast/taint_sinks/ssrf.py:69: error: Argument 1 to "find" of "bytes" has incompatible type "str"; expected "Buffer | SupportsIndex"  [arg-type]
+ ddtrace/appsec/_iast/taint_sinks/ssrf.py:69: error: Argument 1 to "find" of "bytearray" has incompatible type "str"; expected "Buffer | SupportsIndex"  [arg-type]

@hauntsaninja hauntsaninja deleted the narrowcondit branch April 9, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant