Skip to content

Commit ad1b27d

Browse files
committed
New release 1.5.6
1 parent f5cfd5f commit ad1b27d

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
@@ -15,7 +15,7 @@ repos:
1515
additional_dependencies:
1616
- mdformat-toc
1717
- repo: https://github.com/Lucas-C/pre-commit-hooks
18-
rev: v1.5.5
18+
rev: v1.5.6
1919
hooks:
2020
- id: forbid-crlf
2121
- id: remove-crlf

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ all files.
5454

5555
```yaml
5656
- repo: https://github.com/Lucas-C/pre-commit-hooks
57-
rev: v1.5.5
57+
rev: v1.5.6
5858
hooks:
5959
- id: forbid-crlf # Forbid files containing CRLF end-lines to be committed
6060
- id: remove-crlf # Replace CRLF end-lines by LF ones before committing

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.5.5",
8+
version="1.5.6",
99
author="Lucas Cimon",
1010
author_email="lucas.cimon@gmail.com",
1111
platforms="linux",

0 commit comments

Comments
 (0)