Skip to content

Commit

Permalink
New release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Jan 26, 2023
1 parent 2c6a76e commit c8df1b3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
additional_dependencies:
- mdformat-toc
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.1
rev: v1.4.2
hooks:
- id: forbid-crlf
- id: remove-crlf
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ into separate repos:

```yaml
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.1
rev: v1.4.2
hooks:
- id: forbid-crlf
- id: remove-crlf
Expand Down
2 changes: 0 additions & 2 deletions pre_commit_hooks/insert_license.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

from __future__ import annotations
import argparse
import collections
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name='pre-commit-hooks',
description='Some out-of-the-box hooks for pre-commit',
url='https://github.com/Lucas-C/pre-commit-hooks',
version='1.4.1',
version='1.4.2',

author='Lucas Cimon',
author_email='lucas.cimon@gmail.com',
Expand Down

0 comments on commit c8df1b3

Please sign in to comment.