Skip to content

Commit c8df1b3

Browse files
committed
New release v1.4.2
1 parent 2c6a76e commit c8df1b3

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
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.1
17+
rev: v1.4.2
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.1
40+
rev: v1.4.2
4141
hooks:
4242
- id: forbid-crlf
4343
- id: remove-crlf

pre_commit_hooks/insert_license.py

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
from __future__ import annotations
42
import argparse
53
import collections

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.1',
8+
version='1.4.2',
99

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

0 commit comments

Comments
 (0)