Maksim Zayats
Maksim Zayats
> you can also add a `serializer_kwargs` key in the metadata to specify any arguments for the serializer field, which is harder to do with type annotations. It is also...
> I don't see a good reason to add another one (yet). In my case, I have a common type that used between couple serializers: ```python DocumentsType: TypeAlias = Annotated[...
Hi, @charliermarsh! Do you have any news/plans on this ? I don't think the auto-fix should be a big problem in case of using `from __future__ import annotations`. What do...
Hi @charliermarsh, any plans on this ? IMO, it would be nice if ruff had the config option to skip formatting lines with `#type: ignore`
Related black issue: https://github.com/psf/black/issues/997