-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
S-triageStatus: New; needs maintainer attention.Status: New; needs maintainer attention.
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:
"ser", // serde::ser, serde_json::ser, etc. |
I would suggest disabling this suggestion outright. Abbreviating "serialize" as "ser" seems popular across languages. I use it myself all the time.
adamchainz, randombit and WSH032
Metadata
Metadata
Assignees
Labels
S-triageStatus: New; needs maintainer attention.Status: New; needs maintainer attention.