Skip to content

Commit 6bfc762

Browse files
committed
v1.2.0
1 parent 61c2cc3 commit 6bfc762

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>\""]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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',

0 commit comments

Comments
 (0)