Would it be possible to add an option for a pyproject.toml that allows to set the default value of `reraise` to True? Adding it to each and every of our tests looks tedious. Maybe something like this: ```toml [tool.tenacity] reraise = true ```