add check-yaml-sorted script and tests

This commit is contained in:
Ryan Downing 2023-11-19 22:10:56 -05:00
parent 6306a48f7d
commit 5b166227c9
5 changed files with 165 additions and 0 deletions

View file

@ -45,6 +45,7 @@ console_scripts =
check-vcs-permalinks = pre_commit_hooks.check_vcs_permalinks:main
check-xml = pre_commit_hooks.check_xml:main
check-yaml = pre_commit_hooks.check_yaml:main
check-yaml-sorted = pre_commit_hooks.check_yaml_sorted:main
debug-statement-hook = pre_commit_hooks.debug_statement_hook:main
destroyed-symlinks = pre_commit_hooks.destroyed_symlinks:main
detect-aws-credentials = pre_commit_hooks.detect_aws_credentials:main