This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
Validate body
argument of return
handler
#187
Labels
body
argument of return
handler
#187
There was first attempt to implement that validation in #160 but it proven to mypy quite cumbersome to try and implement that. It might be possible to get back to that with
mypy
plugin.List of possible things to check for
body
:typing.Any
with warning204
-> there should be no body returned fromhandler
bodies
theremimetypes
for each code (hardest)The text was updated successfully, but these errors were encountered: