Woo I'm at the part of the migration where I can majorly refactor the repo as pants.. rocks.
I'm hitting a snag in vscode + pylint though.
The root source structure I am using is:
src/python/blah
src/python/blaaaah
vscode's python language server is obeying the .env file as described here.
Unfortunately, pylint is not respecting this as documented here.
So question: Does anyone know how to make pylint work here?