joaomacalos
joaomacalos
Any updates on this? As of now (2023.12. 2 version), `.glob()` is caching the results, and there's no way to refresh it, even though the doc-string says that `kwargs` are...
Thanks @martindurant for the answer. However, what I'm finding is that the results of `.glob()` are cached by default. I tested on the latest version and with the 2023.10.0 version...
It would indeed be much appreciated if the formatting of fluent interfaces were more consistent. The examples posted by @max-sixty above are very descriptive of the issue. With method chaining...
@vmgustavo I'm using `# fmt : skip` after the closing parenthesis of my fluent chains to keep my formatting when black breaks it.