Skip to content

Commit

Permalink
New release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Aug 16, 2022
1 parent a9b7c13 commit 04618e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
100644 → 100755
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.3.0
rev: v1.3.1
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.3.0
rev: v1.3.1
hooks:
- id: forbid-crlf
- id: remove-crlf
Expand Down
2 changes: 1 addition & 1 deletion setup.py
100644 → 100755
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.3.0',
version='1.3.1',

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

0 comments on commit 04618e6

Please sign in to comment.