Skip to content

Add type hints for more methods

Latest
Compare
Choose a tag to compare
@RJPercival RJPercival released this 19 Jul 11:23
· 3 commits to main since this release
3208ef6

Adds type hints for Env.set(), Env.json(), Env.read_envfile() and Env.__init__().

Env.__init__() does not allow a schema to be provided, as this would make it impossible to infer the return types of other methods.