Add check-yaml-filename-extension hook

This commit is contained in:
taoufik07 2022-10-18 11:02:03 +02:00
parent 5420c705a4
commit 1ea1ff2061
5 changed files with 66 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-filename-extension = pre_commit_hooks.check_yaml_filename_extension: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