mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:38:25 +00:00
![]() ## Summary Suppress false positives for uses of PEP-695 `ParamSpec` in `Callable` annotations: ```py from typing_extensions import Callable def f[**P](c: Callable[P, int]): pass ``` addresses a comment here: https://github.com/astral-sh/ty/issues/157#issuecomment-2859284721 ## Test Plan Adapted Markdown tests |
||
---|---|---|
.. | ||
resources | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml | ||
mdtest.py | ||
mdtest.py.lock |