Skip to content

Commit 04618e6

Browse files
committed
New release v1.3.1
1 parent a9b7c13 commit 04618e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
additional_dependencies:
1515
- mdformat-toc
1616
- repo: https://github.com/Lucas-C/pre-commit-hooks
17-
rev: v1.3.0
17+
rev: v1.3.1
1818
hooks:
1919
- id: forbid-crlf
2020
- id: remove-crlf

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ into separate repos:
3737

3838
```yaml
3939
- repo: https://github.com/Lucas-C/pre-commit-hooks
40-
rev: v1.3.0
40+
rev: v1.3.1
4141
hooks:
4242
- id: forbid-crlf
4343
- id: remove-crlf

setup.py

100644100755
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='Some out-of-the-box hooks for pre-commit',
77
url='https://github.com/Lucas-C/pre-commit-hooks',
8-
version='1.3.0',
8+
version='1.3.1',
99

1010
author='Lucas Cimon',
1111
author_email='[email protected]',

0 commit comments

Comments
 (0)