mypy icon indicating copy to clipboard operation
mypy copied to clipboard

Check property decorators stricter

Open sterliakov opened this issue 7 months ago • 1 comments

Fixes #19312. Fixes #18327.

Only accept @current_prop_name.{setter,deleter} as property-related decorators.

sterliakov avatar Jun 18 '25 15:06 sterliakov

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jun 18 '25 16:06 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jun 21 '25 23:06 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jun 22 '25 17:06 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jul 04 '25 02:07 github-actions[bot]