summaryrefslogtreecommitdiff
path: root/anchor.py
Commit message (Collapse)AuthorAgeFilesLines
* fix issue with mypy, dumping lit scalar in sequence0.16.7Anthon van der Neut2020-01-301-2/+5
|
* allow list as typ argument for YAML()0.16.5Anthon van der Neut2019-08-181-0/+4
| | | | needed for extending the basic types e.g. in ruamel.yaml.pytypes
* fix issue #255 and #256 empty collection defaulting to flow-style0.15.76Anthon van der Neut2018-11-011-2/+1
| | | | | | | | an empty collection now defaults to best style. I.e. if elements are inserted their style is not forced to flow-style *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* moved Anchor to own moduleAnthon van der Neut2018-10-291-0/+14
this prevents future circular imports