Open
Description
Description
Hi! The very popular pydantic library uses "ser" as a abreviation for "serialize" in a number of places (core_schema.core_schema.simple_ser_schema
, core_schema.core_schema.model_ser_schema
).
There is already an exception in place for Rust, since serde uses the same abreviation:
I would suggest disabling this suggestion outright. Abbreviating "serialize" as "ser" seems popular across languages. I use it myself all the time.