Skip to content

Commit 705ebee

Browse files
committed
New release v1.4.1
1 parent c26b40b commit 705ebee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

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.4.0
17+
rev: v1.4.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.4.0
40+
rev: v1.4.1
4141
hooks:
4242
- id: forbid-crlf
4343
- id: remove-crlf

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

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

0 commit comments

Comments
 (0)