Flake8 plugin that checks return values. ... 1 # some code that not using `a` print('test') return a # error! Returns in asyncio coroutines also supported.
確定! 回上一頁