feat: add a simple HTML check pre-commit hook

This commit is contained in:
bernard 2024-07-10 05:10:02 +02:00
parent ae7cee538b
commit 1d83507cf7
10 changed files with 118 additions and 0 deletions

View file

@ -37,6 +37,7 @@ console_scripts =
check-case-conflict = pre_commit_hooks.check_case_conflict:main
check-docstring-first = pre_commit_hooks.check_docstring_first:main
check-executables-have-shebangs = pre_commit_hooks.check_executables_have_shebangs:main
check-html = pre_commit_hooks.check_html:main,
check-json = pre_commit_hooks.check_json:main
check-merge-conflict = pre_commit_hooks.check_merge_conflict:main
check-shebang-scripts-are-executable = pre_commit_hooks.check_shebang_scripts_are_executable:main