Summary
The local script scripts/check_author_list.py and its corresponding pre-commit hook in .pre-commit-config.yaml were added as a temporary measure to enforce that the author frontmatter field is a list (see PR #815).
This functionality is expected to be added to the upstream frontmatter-check tool.
Acceptance Criteria
Summary
The local script
scripts/check_author_list.pyand its corresponding pre-commit hook in.pre-commit-config.yamlwere added as a temporary measure to enforce that theauthorfrontmatter field is a list (see PR #815).This functionality is expected to be added to the upstream
frontmatter-checktool.Acceptance Criteria
frontmatter-checkto release a version supporting author list validation..pre-commit-config.yamlto use the new version offrontmatter-check.frontmatter-checkto validate theauthorfield.scripts/check_author_list.pyand the local hook configuration.