In a monorepo, is it possible to have different .p...
# general
c
In a monorepo, is it possible to have different .pylintc files for each project? I tried to add files to the root of the projects, but it doesn't seem to work.
b
I don't think so today. But not reason we can't support that. I have an issue filed for it 😊
c
Ok, thanks! I just wanted to know if I am missing some obvious detail.
b
Nope. And nothing special about pylint either. Any tool should be partition able by config. We're seeing a future though where we do this partitioning on several criteria. I'm wondering what the resulting framework ends up looking like. We'll see 🙂