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

@ -64,6 +64,12 @@
entry: pretty-format-json
language: python
types: [json]
- id: check-html
name: check html
description: checks html files for parseable syntax.
entry: check-html
language: python
types: [html]
- id: check-merge-conflict
name: check for merge conflicts
description: checks for files that contain merge conflict strings.