Matt Warren

Results 2 comments of Matt Warren

starting with 9.0.0 mypy complains about this example: ``` from environs import Env env = Env(eager=True) ENV_VALUE = env('ENV_VALUE') ENV_VALUE.startswith('string') ``` is there a suggestion for an elegant way to...

+1 I wasted a lot of time trying to debug this. I had a file with mixed line endings (pieced together from various template files). and the step of replacing...