Rob Cowie
Rob Cowie
I pulled some changes from @lennart recently that allow you to define exclude patterns specifically for the TODO plugin. I'd appreciate some feedback. Does it solve your problem?
Reading the source I think this callback may do what I need. Any opinions about alternatives are welcome! ```python def on_error(retry_state): logging.exception( "Max retries exceeded", extra={"stats": retry_state.retry_object.statistics}, ) raise retry_state.retry_object.retry_error_cls(retry_state.outcome)...
Has there been any more thought about this? Do you (we) consider this to be the appropriate place for building out more accurate bot detection or is it the responsibility...
Pretty sure this is solved by https://github.com/selwin/python-user-agents/commit/9ad93b8f7972f1a7c3da237506afbf696e8447d7 so this ticket can be closed.
Ah I see. I'm pretty sure the readme is wrong. `pyyaml` isn't a requirement for this library and it's only a requirement for `ua-parser` during install (it's declared in `setup_requires`,...