File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ For `htmlhint` & `htmllint` (this one require you to have a config file like [th
1818
1919```
2020- repo: https://github.com/Lucas-C/pre-commit-hooks-html
21- sha: v1.1 .0
21+ sha: v1.2 .0
2222 hooks:
2323 - id: htmlhint
2424 # optional custom config:
@@ -30,7 +30,7 @@ For the W3C v.Nu validator:
3030
3131```
3232- repo: https://github.com/Lucas-C/pre-commit-hooks-html
33- sha: v1.1 .0
33+ sha: v1.2 .0
3434 hooks:
3535 - id: validate-html
3636```
@@ -39,7 +39,7 @@ Advanced usage:
3939
4040```
4141- repo: https://github.com/Lucas-C/pre-commit-hooks-html
42- sha: v1.1 .0
42+ sha: v1.2 .0
4343 hooks:
4444 - id: validate-html
4545 args: [--remove-mustaches, "--ignore=Expected \"<!DOCTYPE html>\""]
Original file line number Diff line number Diff line change 55 name = 'pre-commit-hooks' ,
66 description = 'A pre-commit hook to validate your HTML files / templates against the W3C v.Nu checker' ,
77 url = 'https://github.com/Lucas-C/pre-commit-hooks-html' ,
8- version = '1.1 .0' ,
8+ version = '1.2 .0' ,
99
1010 author = 'Lucas Cimon' ,
1111 author_email = 'lucas.cimon@gmail.com' ,
You can’t perform that action at this time.
0 commit comments