Can pylama search in parent folders for config files and keep searching up till it finds one?
This is so I don't have to hard code a path in vim config for where my pylama.ini is.
Also I have a monorepo of several projects and it'd be nice to only have to specify the pylama.ini once and be able to call pylama from anywhere and have it work.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/79696769-search-for-config-in-parent-folders?utm_campaign=plugin&utm_content=tracker%2F394650&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F394650&utm_medium=issues&utm_source=github).
Hi,
Can pylama search in parent folders for config files and keep searching up till it finds one?
This is so I don't have to hard code a path in vim config for where my pylama.ini is.
Also I have a monorepo of several projects and it'd be nice to only have to specify the pylama.ini once and be able to call pylama from anywhere and have it work.