首页
Algorithm
登录
标签
pythonHow to make ruff complain
python - How to make ruff complain about useless return statements in functions annotated to return not None? - Stack Overflow
Today, I went to Ruff playground, enabled PLR1711 (useless-return) ruleand pasted this code:def f()
admin
3月前
14
0