The custom script scripts/check_author_list.py was added in PR #815 as a temporary measure to enforce that the author field in frontmatter is a list.
Once frontmatter-check supports this validation natively, we should:
- Remove
scripts/check_author_list.py.
- Remove the local hook from
.pre-commit-config.yaml.
- Update
.frontmatter_check.yaml to use the new native check.
- Upgrade
frontmatter-check dependency.