mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-02 18:56:52 +00:00
Add check-yaml-filename-extension hook
This commit is contained in:
parent
5420c705a4
commit
1ea1ff2061
5 changed files with 66 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue