We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc7578 commit a30f0d8Copy full SHA for a30f0d8
3 files changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
additional_dependencies:
16
- mdformat-toc
17
- repo: https://github.com/Lucas-C/pre-commit-hooks
18
- rev: v1.5.4
+ rev: v1.5.5
19
hooks:
20
- id: forbid-crlf
21
- id: remove-crlf
README.md
@@ -48,7 +48,7 @@ into separate repos:
48
49
```yaml
50
51
52
53
54
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.5.4",
+ version="1.5.5",
9
author="Lucas Cimon",
10
author_email="lucas.cimon@gmail.com",
11
platforms="linux",
0 commit comments