Skip to content

Commit

Permalink
Version bump to v1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed May 17, 2022
1 parent 20579aa commit b5ca9f2
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
# additional_dependencies:
# - mdformat-toc
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: python2
rev: 1.1.15
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 @@ -35,7 +35,7 @@ into separate repos:

```yaml
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.14
rev: v1.1.15
hooks:
- id: forbid-crlf
- id: remove-crlf
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.1.14',
version='1.1.15',

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

0 comments on commit b5ca9f2

Please sign in to comment.