We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26b40b commit 705ebeeCopy full SHA for 705ebee
3 files changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
additional_dependencies:
15
- mdformat-toc
16
- repo: https://github.com/Lucas-C/pre-commit-hooks
17
- rev: v1.4.0
+ rev: v1.4.1
18
hooks:
19
- id: forbid-crlf
20
- id: remove-crlf
README.md
@@ -37,7 +37,7 @@ into separate repos:
37
38
```yaml
39
40
41
42
43
setup.py
@@ -5,7 +5,7 @@
5
name='pre-commit-hooks',
6
description='Some out-of-the-box hooks for pre-commit',
7
url='https://github.com/Lucas-C/pre-commit-hooks',
8
- version='1.4.0',
+ version='1.4.1',
9
10
author='Lucas Cimon',
11
author_email='lucas.cimon@gmail.com',
0 commit comments