-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(yaml): switch from YAML 1.1 to YAML 1.2
Migrate from PyYAML to ruamel.yaml. Drop support for `--sort-keys` for YAML output. Replace the keyword argument `ordered` with `sort_keys`. Create a dataclass for `yaml_options` arguments.
- Loading branch information
Showing
17 changed files
with
282 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
�eowner�cdob�x1979-05-27T07:32:00+00:00cbiox1GitHub Cofounder & CEO | ||
Likes tater tots and beer.dnamerTom Preston-WernerlorganizationfGitHubetitlelTOML Examplegclients�ddata��egammaedelta�ehosts�ealphaeomegagservers�dbeta�bdcfeqdc10biph10.0.0.2gcountryf中国ealpha�bdcfeqdc10biph10.0.0.1hdatabase�eports�AABfserverk192.168.1.1genabled�nconnection_max�hproducts��csku,ydnamefHammer�csku�ydnamedNailecolordgray | ||
�etitlelTOML Exampleeowner�dnamerTom Preston-WernerlorganizationfGitHubcbiox1GitHub Cofounder & CEO | ||
Likes tater tots and beer.cdob�t1979-05-27T07:32:00Zhdatabase�fserverk192.168.1.1eports�AABnconnection_max�genabled�gservers�ealpha�biph10.0.0.1bdcfeqdc10dbeta�biph10.0.0.2bdcfeqdc10gcountryf中国gclients�ddata��egammaedelta�ehosts�ealphaeomegahproducts��dnamefHammercsku,y�dnamedNailcsku�yecolordgray |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
��clients��data���gamma�delta��hosts��alpha�omega�database��connection_max���enabledåports��A�A�B�server�192.168.1.1�owner��bio�1GitHub Cofounder & CEO | ||
Likes tater tots and beer.�dob���Wp�name�Tom Preston-Werner�organization�GitHub�products���name�Hammer�sku�,y��color�gray�name�Nail�sku��y�servers��alpha��dc�eqdc10�ip�10.0.0.1�beta��country�中国�dc�eqdc10�ip�10.0.0.2�title�TOML Example | ||
��title�TOML Example�owner��name�Tom Preston-Werner�organization�GitHub�bio�1GitHub Cofounder & CEO | ||
Likes tater tots and beer.�dob���Wp�database��server�192.168.1.1�ports��A�A�B�connection_max���enabledçservers��alpha��ip�10.0.0.1�dc�eqdc10�beta��ip�10.0.0.2�dc�eqdc10�country�中国�clients��data���gamma�delta��hosts��alpha�omega�products���name�Hammer�sku�,y��name�Nail�sku��y�color�gray |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.