Open
Description
🚀 Feature
Most other languages(Kotlin, Rust, Swift etc) have a void
(or equivalent) return type by default. Can an option be added to have an implicit None
return type.
def foo(): # implicit None
print("hi")
🆕 Update
Basedmypy 1.3 supports this functionality with the --default-return
flag.