Kamil Paduszyński
Kamil Paduszyński
In the meantime, I found a workaround using `Csv`: ```python DATABASE_URLS = config( "DATABASE_URLS", cast=Csv( cast=functools.partial(str.split, sep="="), post_process=dict, ), ) ```
> I think we need to change the test cases It's been a while... Sorry. @Lee-W Are you sure? This will result in a relatively large diff, taking into account...
> Not a Nox maintainer or anything, but FYI, you can just do `Path("pyproject.toml")` rather than the unnecessary `Path.cwd() / "pyproject.toml"`, since `filename` doesn't require absolute paths (as the example...
@aparnajyothi-y I'm OK. Thanks for considering.