* Skip before/after backup hooks when only doing --prune, --check, --list, and/or --info.
* 71: Support for XDG_CONFIG_HOME environment variable for specifying alternate user ~/.config/
path.
* 74, 83: Support for Borg --json option via borgmatic command-line to --list archives or show
archive --info in JSON format, ideal for programmatic consumption.
* 38, 76: Upgrade ruamel.yaml compatibility version range and fix support for Python 3.7.
* 77: Skip non-"*.yaml" config filenames in /etc/borgmatic.d/ so as not to parse backup files,
editor swap files, etc.
* 81: Document user-defined hooks run before/after backup, or on error.
* Add code style guidelines to the documentation.