mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
feat: add a simple HTML check pre-commit hook
This commit is contained in:
parent
ae7cee538b
commit
1d83507cf7
10 changed files with 118 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue