mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:24:57 +00:00
![]() Part of https://github.com/astral-sh/ty/issues/159 This PR only adjusts the signature of a method so if it has a `self` argument then that argument will have type of `Typing.Self` even if it's not specified. If user provides an explicit annotation then Ty will not override that annotation. - https://github.com/astral-sh/ty/issues/1131 - https://github.com/astral-sh/ty/issues/1157 - https://github.com/astral-sh/ty/issues/1156 - https://github.com/astral-sh/ty/issues/1173 - https://github.com/astral-sh/ruff/pull/20328 - https://github.com/astral-sh/ty/issues/1163 - https://github.com/astral-sh/ty/issues/1196 Added mdtests. Also some tests need https://github.com/astral-sh/ruff/pull/18473 to work completely. So I added a todo for those new cases that I added. --------- Co-authored-by: David Peter <mail@david-peter.de> |
||
---|---|---|
.. | ||
async.md | ||
sync.md |