Florian Berchtold
Florian Berchtold
Looks like [Where Black looks for the file](https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#where-black-looks-for-the-file) does not make this special situation (multiple configs) better: ``` By default Black looks for pyproject.toml starting from the common base directory...
I do have problems with that solution. If I add `--sandbox_writable_path=/home/my_user/.ccache` to the `%workspace%/.bazelrc` file, it works. But since not every developer has ccache installed, I cannot blindly add that...
Thanks, I think I forgot the build...
Any updates here?
Any chance I could take a look at the branch, maybe contribute?
> @blackliner I have a branch with a prototype implementation, but that is the only update. @cheshirekow can you push that branch?
> If there's a way to do this on stable I'd love to know - I find the current setting can cause some _very_ ugly multi-line statements. Can you provide...
Hi, any updates here? I would also like to only use the autoupdate if base branch changes. @tibdex I have to disagree on `...you don't usually want to trigger too...
We are trying to find a solution to auto-update (preferably rebase) "active" PR's only. Active could be something like "activity within last 24h", where activity = {comments, commits, ...}. Also...
Thanks for the suggestions! Will try it out and give feedback 👍