LincolnPuzey
LincolnPuzey
@romgar Do you have a strong preference for any option? I think we should not change the behavior of (a). I would be open to doing something in `save_dirty_fields()` or...
To use coverage 7.0, a workaround I found was to swap from this library to the coveralls.io-maintained github action: * https://docs.coveralls.io/integrations#official-integrations * https://github.com/marketplace/actions/coveralls-github-action Though I don't think the action natively...
```python exception_handlers: typing.Mapping[typing.Any, ExceptionHandler[ExceptionType]] | None = None, ``` I think the fundamental problem identified in the previous attemps is that for the `exception_handlers` mapping, the allowed **type** of each...