File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 - id : ruff-format
88
99 - repo : https://github.com/codespell-project/codespell
10- rev : v2.2.2
10+ rev : v2.4.1
1111 hooks :
1212 - id : codespell
1313 language_version : python3
Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ code will still refer to them using their original names.
810810 If renaming to camelCase, you may run into issues if your field names contain
811811acronyms (e.g. ``FQDN `` in ``setHostnameAsFQDN ``). Some JSON style guides
812812prefer to fully-uppercase these components (``FQDN ``), but ``msgspec `` has no
813- way to know if a component is an acroynm or not (and so will result in
813+ way to know if a component is an acronym or not (and so will result in
814814``Fqdn ``). As such, we recommend using an explicit dict mapping for renaming if
815815generating `Struct ` types to match an existing API.
816816
You can’t perform that action at this time.
0 commit comments