Feat
- tasks: add support for skipping tasks (#1561)
- add support for validating multi-select choice answers
Fix
- ignore empty YAML documents in
copier.yml
- preserve choices order in answers to multi-select choice questions
- exclude: apply exclude matcher to rendered path
Refactor
- drop
pyyaml-include
dependency and reimplement relevant features
Perf
- apply
PERF
lint rules fixes (#1556)